Html Css Color HEX #F94247 Radical Red

📋 copy color: '#F94247'

red 249 ◦ green 66 ◦ blue 71

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

Shades of Radical Red #F94247

Tints of Radical Red #F94247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 71 (28.13% from 255) = 18.39%

R = 64.51%
G = 17.1%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F94247 (or 0xF94247) is known color: Radical Red. HEX triplet: F9, 42 and 47. RGB value is (249,66,71). Sum of RGB (Red+Green+Blue) = 249+66+71=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F94247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94247 is #06BDB8. Grayscale: #797979. Windows color (decimal): -441785 or 4670201. OLE color: 4670201.

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

Color convert

RGB 249 66 71 -
CMYK 0 0.73 0.71 0.02
HSL 358.36º 0.94% 0.62% -
HSV(B) 358.36º 0.73% 0.98% -
XYZ 42.15 24.49 8.47 -
YUV 121.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 249 66 71 0 0.73 0.71 0.02 358.36 0.94 0.62
Hex F9 42 47 0 49 47 2 166 5E 3E
Octal 371 102 107 0 111 107 2 546 136 76
Binary 11111001 1000010 1000111 0 1001001 1000111 10 101100110 1011110 111110

Color Harmonies of #F94247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94247

Black with #F94247

Text Example


Text Example

White with #F94247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94247; }

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

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

background-color css

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

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

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

border-color css

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

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

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