Html Css Color HEX #F92D51 Radical Red

📋 copy color: '#F92D51'

red 249 ◦ green 45 ◦ blue 81

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

Shades of Radical Red #F92D51

Tints of Radical Red #F92D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12%

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

R = 66.4%
G = 12%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F92D51 (or 0xF92D51) is known color: Radical Red. HEX triplet: F9, 2D and 51. RGB value is (249,45,81). Sum of RGB (Red+Green+Blue) = 249+45+81=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D51 is #06D2AE. Grayscale: #6E6E6E. Windows color (decimal): -447151 or 5320185. OLE color: 5320185.

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

Color convert

RGB 249 45 81 -
CMYK 0 0.82 0.67 0.02
HSL 349.41º 0.94% 0.58% -
HSV(B) 349.41º 0.82% 0.98% -
XYZ 41.49 22.61 9.96 -
YUV 110.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 249 45 81 0 0.82 0.67 0.02 349.41 0.94 0.58
Hex F9 2D 51 0 52 43 2 15D 5E 3A
Octal 371 55 121 0 122 103 2 535 136 72
Binary 11111001 101101 1010001 0 1010010 1000011 10 101011101 1011110 111010

Color Harmonies of #F92D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D51

Black with #F92D51

Text Example


Text Example

White with #F92D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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