Html Css Color HEX #F93151 Radical Red

📋 copy color: '#F93151'

red 249 ◦ green 49 ◦ blue 81

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

Shades of Radical Red #F93151

Tints of Radical Red #F93151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

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

R = 65.7%
G = 12.93%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F93151 (or 0xF93151) is known color: Radical Red. HEX triplet: F9, 31 and 51. RGB value is (249,49,81). Sum of RGB (Red+Green+Blue) = 249+49+81=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F93151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93151 is #06CEAE. Grayscale: #707070. Windows color (decimal): -446127 or 5321209. OLE color: 5321209.

HSL color Cylindrical-coordinate representation of color #F93151: hue angle of 350.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93151 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 81 -
CMYK 0 0.80 0.67 0.02
HSL 350.4º 0.94% 0.58% -
HSV(B) 350.4º 0.8% 0.98% -
XYZ 41.65 22.93 10.02 -
YUV 112.45 110.26 225.4 -
System Red Green Blue C M Y K H S L
Decimal 249 49 81 0 0.80 0.67 0.02 350.4 0.94 0.58
Hex F9 31 51 0 50 43 2 15E 5E 3A
Octal 371 61 121 0 120 103 2 536 136 72
Binary 11111001 110001 1010001 0 1010000 1000011 10 101011110 1011110 111010

Color Harmonies of #F93151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93151

Black with #F93151

Text Example


Text Example

White with #F93151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93151; }

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

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

background-color css

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

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

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

border-color css

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

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

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