Html Css Color HEX #F62A70 Radical Red

📋 copy color: '#F62A70'

red 246 ◦ green 42 ◦ blue 112

#F62A70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F62A70

Tints of Radical Red #F62A70

RGB

 RED value IS 246 (96.48% from 255) = 61.5%

 GREEN value IS 42 (16.8% from 255) = 10.5%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 61.5%
G = 10.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F62A70 (or 0xF62A70) is known color: Radical Red. HEX triplet: F6, 2A and 70. RGB value is (246,42,112). Sum of RGB (Red+Green+Blue) = 246+42+112=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62A70 is #09D58F. Grayscale: #6E6E6E. Windows color (decimal): -644496 or 7351030. OLE color: 7351030.

HSL color Cylindrical-coordinate representation of color #F62A70: hue angle of 339.41º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62A70 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 42 112 -
CMYK 0 0.83 0.54 0.04
HSL 339.41º 0.92% 0.56% -
HSV(B) 339.41º 0.83% 0.96% -
XYZ 41.76 22.42 17.46 -
YUV 110.98 128.59 224.31 -
System Red Green Blue C M Y K H S L
Decimal 246 42 112 0 0.83 0.54 0.04 339.41 0.92 0.56
Hex F6 2A 70 0 53 36 4 153 5C 38
Octal 366 52 160 0 123 66 4 523 134 70
Binary 11110110 101010 1110000 0 1010011 110110 100 101010011 1011100 111000

Color Harmonies of #F62A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62A70

Black with #F62A70

Text Example


Text Example

White with #F62A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62A70; }

 p { color: rgb(246,42,112); }

 H1.HeaderClassName
 {
   color: #F62A70;
 }
 .AnyTagClassName
 {
   color: #F62A70;
 }
</style>

background-color css

<style>
 a { background-color: #F62A70; }

 a { background-color: rgb(246,42,112); }

 div.DivClassName
 {
   background-color: #F62A70;
 }
 .BgClassName
 {
   background-color: #F62A70;
 }
</style>

border-color css

<style>
 span { border-color: #F62A70; }

 span { border-color: rgb(246,42,112); }

 td.TdClassName
 {
   border-color: #F62A70;
 }
 .TagClassName
 {
   border-color: #F62A70;
 }
</style>