Html Css Color HEX #F94144 Radical Red

📋 copy color: '#F94144'

red 249 ◦ green 65 ◦ blue 68

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

Shades of Radical Red #F94144

Tints of Radical Red #F94144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 65.18%
G = 17.02%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F94144 (or 0xF94144) is known color: Radical Red. HEX triplet: F9, 41 and 44. RGB value is (249,65,68). Sum of RGB (Red+Green+Blue) = 249+65+68=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F94144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94144 is #06BEBB. Grayscale: #787878. Windows color (decimal): -442044 or 4473337. OLE color: 4473337.

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

Color convert

RGB 249 65 68 -
CMYK 0 0.74 0.73 0.02
HSL 359.02º 0.94% 0.62% -
HSV(B) 359.02º 0.74% 0.98% -
XYZ 42 24.34 7.95 -
YUV 120.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 249 65 68 0 0.74 0.73 0.02 359.02 0.94 0.62
Hex F9 41 44 0 4A 49 2 167 5E 3E
Octal 371 101 104 0 112 111 2 547 136 76
Binary 11111001 1000001 1000100 0 1001010 1001001 10 101100111 1011110 111110

Color Harmonies of #F94144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94144

Black with #F94144

Text Example


Text Example

White with #F94144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94144; }

 p { color: rgb(249,65,68); }

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

background-color css

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

 a { background-color: rgb(249,65,68); }

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

border-color css

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

 span { border-color: rgb(249,65,68); }

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