Html Css Color HEX #F6424C Radical Red

📋 copy color: '#F6424C'

red 246 ◦ green 66 ◦ blue 76

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

Shades of Radical Red #F6424C

Tints of Radical Red #F6424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 63.4%
G = 17.01%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6424C (or 0xF6424C) is known color: Radical Red. HEX triplet: F6, 42 and 4C. RGB value is (246,66,76). Sum of RGB (Red+Green+Blue) = 246+66+76=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6424C is #09BDB3. Grayscale: #797979. Windows color (decimal): -638388 or 4997878. OLE color: 4997878.

HSL color Cylindrical-coordinate representation of color #F6424C: hue angle of 356.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6424C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 76 -
CMYK 0 0.73 0.69 0.04
HSL 356.67º 0.91% 0.61% -
HSV(B) 356.67º 0.73% 0.96% -
XYZ 41.26 24.01 9.3 -
YUV 120.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 246 66 76 0 0.73 0.69 0.04 356.67 0.91 0.61
Hex F6 42 4C 0 49 45 4 165 5B 3D
Octal 366 102 114 0 111 105 4 545 133 75
Binary 11110110 1000010 1001100 0 1001001 1000101 100 101100101 1011011 111101

Color Harmonies of #F6424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6424C

Black with #F6424C

Text Example


Text Example

White with #F6424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6424C; }

 p { color: rgb(246,66,76); }

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

background-color css

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

 a { background-color: rgb(246,66,76); }

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

border-color css

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

 span { border-color: rgb(246,66,76); }

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