Html Css Color HEX #F94667 Radical Red

📋 copy color: '#F94667'

red 249 ◦ green 70 ◦ blue 103

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

Shades of Radical Red #F94667

Tints of Radical Red #F94667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.59%

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 59%
G = 16.59%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F94667 (or 0xF94667) is known color: Radical Red. HEX triplet: F9, 46 and 67. RGB value is (249,70,103). Sum of RGB (Red+Green+Blue) = 249+70+103=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F94667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94667 is #06B998. Grayscale: #7F7F7F. Windows color (decimal): -440729 or 6768377. OLE color: 6768377.

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

Color convert

RGB 249 70 103 -
CMYK 0 0.72 0.59 0.02
HSL 348.94º 0.94% 0.63% -
HSV(B) 348.94º 0.72% 0.98% -
XYZ 43.71 25.5 15.45 -
YUV 127.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 249 70 103 0 0.72 0.59 0.02 348.94 0.94 0.63
Hex F9 46 67 0 48 3B 2 15D 5E 3F
Octal 371 106 147 0 110 73 2 535 136 77
Binary 11111001 1000110 1100111 0 1001000 111011 10 101011101 1011110 111111

Color Harmonies of #F94667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94667

Black with #F94667

Text Example


Text Example

White with #F94667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94667; }

 p { color: rgb(249,70,103); }

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

background-color css

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

 a { background-color: rgb(249,70,103); }

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

border-color css

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

 span { border-color: rgb(249,70,103); }

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