Html Css Color HEX #F92062 Radical Red

📋 copy color: '#F92062'

red 249 ◦ green 32 ◦ blue 98

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

Shades of Radical Red #F92062

Tints of Radical Red #F92062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.86%

R = 65.7%
G = 8.44%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F92062 (or 0xF92062) is known color: Radical Red. HEX triplet: F9, 20 and 62. RGB value is (249,32,98). Sum of RGB (Red+Green+Blue) = 249+32+98=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F92062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92062 is #06DF9D. Grayscale: #686868. Windows color (decimal): -450462 or 6430969. OLE color: 6430969.

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

Color convert

RGB 249 32 98 -
CMYK 0 0.87 0.61 0.02
HSL 341.75º 0.95% 0.55% -
HSV(B) 341.75º 0.87% 0.98% -
XYZ 41.79 22.05 13.61 -
YUV 104.41 124.39 231.13 -
System Red Green Blue C M Y K H S L
Decimal 249 32 98 0 0.87 0.61 0.02 341.75 0.95 0.55
Hex F9 20 62 0 57 3D 2 156 5F 37
Octal 371 40 142 0 127 75 2 526 137 67
Binary 11111001 100000 1100010 0 1010111 111101 10 101010110 1011111 110111

Color Harmonies of #F92062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92062

Black with #F92062

Text Example


Text Example

White with #F92062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92062; }

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

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

background-color css

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

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

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

border-color css

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

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

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