Html Css Color HEX #F92A70 Radical Red

📋 copy color: '#F92A70'

red 249 ◦ green 42 ◦ blue 112

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

Shades of Radical Red #F92A70

Tints of Radical Red #F92A70

RGB

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

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

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

R = 61.79%
G = 10.42%
B = 27.79%

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

#F92A70 (or 0xF92A70) is known color: Radical Red. HEX triplet: F9, 2A and 70. RGB value is (249,42,112). Sum of RGB (Red+Green+Blue) = 249+42+112=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A70 is #06D58F. Grayscale: #6F6F6F. Windows color (decimal): -447888 or 7351033. OLE color: 7351033.

HSL color Cylindrical-coordinate representation of color #F92A70: hue angle of 339.71º 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 #F92A70 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 42 112 -
CMYK 0 0.83 0.55 0.02
HSL 339.71º 0.95% 0.57% -
HSV(B) 339.71º 0.83% 0.98% -
XYZ 42.82 22.97 17.51 -
YUV 111.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 249 42 112 0 0.83 0.55 0.02 339.71 0.95 0.57
Hex F9 2A 70 0 53 37 2 154 5F 39
Octal 371 52 160 0 123 67 2 524 137 71
Binary 11111001 101010 1110000 0 1010011 110111 10 101010100 1011111 111001

Color Harmonies of #F92A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A70

Black with #F92A70

Text Example


Text Example

White with #F92A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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