Html Css Color HEX #F92A71 Radical Red

📋 copy color: '#F92A71'

red 249 ◦ green 42 ◦ blue 113

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

Shades of Radical Red #F92A71

Tints of Radical Red #F92A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 61.63%
G = 10.4%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F92A71 (or 0xF92A71) is known color: Radical Red. HEX triplet: F9, 2A and 71. RGB value is (249,42,113). Sum of RGB (Red+Green+Blue) = 249+42+113=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A71 is #06D58E. Grayscale: #6F6F6F. Windows color (decimal): -447887 or 7416569. OLE color: 7416569.

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

Color convert

RGB 249 42 113 -
CMYK 0 0.83 0.55 0.02
HSL 339.42º 0.95% 0.57% -
HSV(B) 339.42º 0.83% 0.98% -
XYZ 42.88 22.99 17.8 -
YUV 111.99 128.58 225.73 -
System Red Green Blue C M Y K H S L
Decimal 249 42 113 0 0.83 0.55 0.02 339.42 0.95 0.57
Hex F9 2A 71 0 53 37 2 153 5F 39
Octal 371 52 161 0 123 67 2 523 137 71
Binary 11111001 101010 1110001 0 1010011 110111 10 101010011 1011111 111001

Color Harmonies of #F92A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A71

Black with #F92A71

Text Example


Text Example

White with #F92A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A71; }

 p { color: rgb(249,42,113); }

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

background-color css

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

 a { background-color: rgb(249,42,113); }

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

border-color css

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

 span { border-color: rgb(249,42,113); }

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