Html Css Color HEX #F94764 Radical Red

📋 copy color: '#F94764'

red 249 ◦ green 71 ◦ blue 100

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

Shades of Radical Red #F94764

Tints of Radical Red #F94764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.9%

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

R = 59.29%
G = 16.9%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F94764 (or 0xF94764) is known color: Radical Red. HEX triplet: F9, 47 and 64. RGB value is (249,71,100). Sum of RGB (Red+Green+Blue) = 249+71+100=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F94764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94764 is #06B89B. Grayscale: #7F7F7F. Windows color (decimal): -440476 or 6572025. OLE color: 6572025.

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

Color convert

RGB 249 71 100 -
CMYK 0 0.71 0.60 0.02
HSL 350.22º 0.94% 0.63% -
HSV(B) 350.22º 0.71% 0.98% -
XYZ 43.62 25.57 14.69 -
YUV 127.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 249 71 100 0 0.71 0.60 0.02 350.22 0.94 0.63
Hex F9 47 64 0 47 3C 2 15E 5E 3F
Octal 371 107 144 0 107 74 2 536 136 77
Binary 11111001 1000111 1100100 0 1000111 111100 10 101011110 1011110 111111

Color Harmonies of #F94764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94764

Black with #F94764

Text Example


Text Example

White with #F94764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94764; }

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

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

background-color css

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

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

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

border-color css

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

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

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