Html Css Color HEX #F94151 Radical Red

📋 copy color: '#F94151'

red 249 ◦ green 65 ◦ blue 81

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

Shades of Radical Red #F94151

Tints of Radical Red #F94151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 63.04%
G = 16.46%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F94151 (or 0xF94151) is known color: Radical Red. HEX triplet: F9, 41 and 51. RGB value is (249,65,81). Sum of RGB (Red+Green+Blue) = 249+65+81=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F94151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94151 is #06BEAE. Grayscale: #797979. Windows color (decimal): -442031 or 5325305. OLE color: 5325305.

HSL color Cylindrical-coordinate representation of color #F94151: hue angle of 354.78º 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 #F94151 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 81 -
CMYK 0 0.74 0.67 0.02
HSL 354.78º 0.94% 0.62% -
HSV(B) 354.78º 0.74% 0.98% -
XYZ 42.44 24.51 10.28 -
YUV 121.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 249 65 81 0 0.74 0.67 0.02 354.78 0.94 0.62
Hex F9 41 51 0 4A 43 2 163 5E 3E
Octal 371 101 121 0 112 103 2 543 136 76
Binary 11111001 1000001 1010001 0 1001010 1000011 10 101100011 1011110 111110

Color Harmonies of #F94151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94151

Black with #F94151

Text Example


Text Example

White with #F94151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94151; }

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

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

background-color css

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

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

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

border-color css

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

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

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