Html Css Color HEX #F92972 Radical Red

📋 copy color: '#F92972'

red 249 ◦ green 41 ◦ blue 114

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

Shades of Radical Red #F92972

Tints of Radical Red #F92972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.15%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 61.63%
G = 10.15%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F92972 (or 0xF92972) is known color: Radical Red. HEX triplet: F9, 29 and 72. RGB value is (249,41,114). Sum of RGB (Red+Green+Blue) = 249+41+114=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F92972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92972 is #06D68D. Grayscale: #6F6F6F. Windows color (decimal): -448142 or 7481849. OLE color: 7481849.

HSL color Cylindrical-coordinate representation of color #F92972: hue angle of 338.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92972 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 114 -
CMYK 0 0.84 0.54 0.02
HSL 338.94º 0.95% 0.57% -
HSV(B) 338.94º 0.84% 0.98% -
XYZ 42.9 22.94 18.09 -
YUV 111.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 249 41 114 0 0.84 0.54 0.02 338.94 0.95 0.57
Hex F9 29 72 0 54 36 2 153 5F 39
Octal 371 51 162 0 124 66 2 523 137 71
Binary 11111001 101001 1110010 0 1010100 110110 10 101010011 1011111 111001

Color Harmonies of #F92972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92972

Black with #F92972

Text Example


Text Example

White with #F92972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92972; }

 p { color: rgb(249,41,114); }

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

background-color css

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

 a { background-color: rgb(249,41,114); }

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

border-color css

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

 span { border-color: rgb(249,41,114); }

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