Html Css Color HEX #F94064 Radical Red

📋 copy color: '#F94064'

red 249 ◦ green 64 ◦ blue 100

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

Shades of Radical Red #F94064

Tints of Radical Red #F94064

RGB

 RED value IS 249 (97.66% from 255) = 60.29%

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

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

R = 60.29%
G = 15.5%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F94064 (or 0xF94064) is known color: Radical Red. HEX triplet: F9, 40 and 64. RGB value is (249,64,100). Sum of RGB (Red+Green+Blue) = 249+64+100=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F94064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94064 is #06BF9B. Grayscale: #7B7B7B. Windows color (decimal): -442268 or 6570233. OLE color: 6570233.

HSL color Cylindrical-coordinate representation of color #F94064: hue angle of 348.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94064 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 100 -
CMYK 0 0.74 0.60 0.02
HSL 348.32º 0.94% 0.61% -
HSV(B) 348.32º 0.74% 0.98% -
XYZ 43.2 24.73 14.55 -
YUV 123.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 249 64 100 0 0.74 0.60 0.02 348.32 0.94 0.61
Hex F9 40 64 0 4A 3C 2 15C 5E 3D
Octal 371 100 144 0 112 74 2 534 136 75
Binary 11111001 1000000 1100100 0 1001010 111100 10 101011100 1011110 111101

Color Harmonies of #F94064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94064

Black with #F94064

Text Example


Text Example

White with #F94064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94064; }

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

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

background-color css

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

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

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

border-color css

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

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

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