Html Css Color HEX #F92074 Radical Red

📋 copy color: '#F92074'

red 249 ◦ green 32 ◦ blue 116

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

Shades of Radical Red #F92074

Tints of Radical Red #F92074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 62.72%
G = 8.06%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F92074 (or 0xF92074) is known color: Radical Red. HEX triplet: F9, 20 and 74. RGB value is (249,32,116). Sum of RGB (Red+Green+Blue) = 249+32+116=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F92074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92074 is #06DF8B. Grayscale: #6A6A6A. Windows color (decimal): -450444 or 7610617. OLE color: 7610617.

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

Color convert

RGB 249 32 116 -
CMYK 0 0.87 0.53 0.02
HSL 336.77º 0.95% 0.55% -
HSV(B) 336.77º 0.87% 0.98% -
XYZ 42.74 22.43 18.6 -
YUV 106.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 249 32 116 0 0.87 0.53 0.02 336.77 0.95 0.55
Hex F9 20 74 0 57 35 2 151 5F 37
Octal 371 40 164 0 127 65 2 521 137 67
Binary 11111001 100000 1110100 0 1010111 110101 10 101010001 1011111 110111

Color Harmonies of #F92074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92074

Black with #F92074

Text Example


Text Example

White with #F92074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92074; }

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

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

background-color css

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

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

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

border-color css

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

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

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