Html Css Color HEX #F92070 Radical Red

📋 copy color: '#F92070'

red 249 ◦ green 32 ◦ blue 112

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

Shades of Radical Red #F92070

Tints of Radical Red #F92070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.14%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 63.36%
G = 8.14%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F92070 (or 0xF92070) is known color: Radical Red. HEX triplet: F9, 20 and 70. RGB value is (249,32,112). Sum of RGB (Red+Green+Blue) = 249+32+112=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F92070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92070 is #06DF8F. Grayscale: #696969. Windows color (decimal): -450448 or 7348473. OLE color: 7348473.

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

Color convert

RGB 249 32 112 -
CMYK 0 0.87 0.55 0.02
HSL 337.88º 0.95% 0.55% -
HSV(B) 337.88º 0.87% 0.98% -
XYZ 42.51 22.34 17.4 -
YUV 106 131.39 230 -
System Red Green Blue C M Y K H S L
Decimal 249 32 112 0 0.87 0.55 0.02 337.88 0.95 0.55
Hex F9 20 70 0 57 37 2 152 5F 37
Octal 371 40 160 0 127 67 2 522 137 67
Binary 11111001 100000 1110000 0 1010111 110111 10 101010010 1011111 110111

Color Harmonies of #F92070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92070

Black with #F92070

Text Example


Text Example

White with #F92070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92070; }

 p { color: rgb(249,32,112); }

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

background-color css

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

 a { background-color: rgb(249,32,112); }

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

border-color css

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

 span { border-color: rgb(249,32,112); }

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