Html Css Color HEX #F64064 Radical Red

📋 copy color: '#F64064'

red 246 ◦ green 64 ◦ blue 100

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

Shades of Radical Red #F64064

Tints of Radical Red #F64064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 60%
G = 15.61%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F64064 (or 0xF64064) is known color: Radical Red. HEX triplet: F6, 40 and 64. RGB value is (246,64,100). Sum of RGB (Red+Green+Blue) = 246+64+100=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F64064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64064 is #09BF9B. Grayscale: #7A7A7A. Windows color (decimal): -638876 or 6570230. OLE color: 6570230.

HSL color Cylindrical-coordinate representation of color #F64064: hue angle of 348.13º 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 #F64064 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 100 -
CMYK 0 0.74 0.59 0.04
HSL 348.13º 0.91% 0.61% -
HSV(B) 348.13º 0.74% 0.96% -
XYZ 42.14 24.18 14.5 -
YUV 122.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 246 64 100 0 0.74 0.59 0.04 348.13 0.91 0.61
Hex F6 40 64 0 4A 3B 4 15C 5B 3D
Octal 366 100 144 0 112 73 4 534 133 75
Binary 11110110 1000000 1100100 0 1001010 111011 100 101011100 1011011 111101

Color Harmonies of #F64064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64064

Black with #F64064

Text Example


Text Example

White with #F64064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64064; }

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

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

background-color css

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

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

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

border-color css

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

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

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