Html Css Color HEX #F64048 Radical Red

📋 copy color: '#F64048'

red 246 ◦ green 64 ◦ blue 72

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

Shades of Radical Red #F64048

Tints of Radical Red #F64048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 64.4%
G = 16.75%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F64048 (or 0xF64048) is known color: Radical Red. HEX triplet: F6, 40 and 48. RGB value is (246,64,72). Sum of RGB (Red+Green+Blue) = 246+64+72=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F64048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64048 is #09BFB7. Grayscale: #777777. Windows color (decimal): -638904 or 4735222. OLE color: 4735222.

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

Color convert

RGB 246 64 72 -
CMYK 0 0.74 0.71 0.04
HSL 357.36º 0.91% 0.61% -
HSV(B) 357.36º 0.74% 0.96% -
XYZ 41.01 23.73 8.55 -
YUV 119.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 246 64 72 0 0.74 0.71 0.04 357.36 0.91 0.61
Hex F6 40 48 0 4A 47 4 165 5B 3D
Octal 366 100 110 0 112 107 4 545 133 75
Binary 11110110 1000000 1001000 0 1001010 1000111 100 101100101 1011011 111101

Color Harmonies of #F64048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64048

Black with #F64048

Text Example


Text Example

White with #F64048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64048; }

 p { color: rgb(246,64,72); }

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

background-color css

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

 a { background-color: rgb(246,64,72); }

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

border-color css

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

 span { border-color: rgb(246,64,72); }

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