Html Css Color HEX #F64246 Radical Red

📋 copy color: '#F64246'

red 246 ◦ green 66 ◦ blue 70

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

Shades of Radical Red #F64246

Tints of Radical Red #F64246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 64.4%
G = 17.28%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F64246 (or 0xF64246) is known color: Radical Red. HEX triplet: F6, 42 and 46. RGB value is (246,66,70). Sum of RGB (Red+Green+Blue) = 246+66+70=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F64246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64246 is #09BDB9. Grayscale: #787878. Windows color (decimal): -638394 or 4604662. OLE color: 4604662.

HSL color Cylindrical-coordinate representation of color #F64246: hue angle of 358.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 #F64246 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 70 -
CMYK 0 0.73 0.72 0.04
HSL 358.67º 0.91% 0.61% -
HSV(B) 358.67º 0.73% 0.96% -
XYZ 41.06 23.93 8.25 -
YUV 120.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 246 66 70 0 0.73 0.72 0.04 358.67 0.91 0.61
Hex F6 42 46 0 49 48 4 167 5B 3D
Octal 366 102 106 0 111 110 4 547 133 75
Binary 11110110 1000010 1000110 0 1001001 1001000 100 101100111 1011011 111101

Color Harmonies of #F64246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64246

Black with #F64246

Text Example


Text Example

White with #F64246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64246; }

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

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

background-color css

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

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

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

border-color css

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

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

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