Html Css Color HEX #F92063 Radical Red

📋 copy color: '#F92063'

red 249 ◦ green 32 ◦ blue 99

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

Shades of Radical Red #F92063

Tints of Radical Red #F92063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.05%

R = 65.53%
G = 8.42%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F92063 (or 0xF92063) is known color: Radical Red. HEX triplet: F9, 20 and 63. RGB value is (249,32,99). Sum of RGB (Red+Green+Blue) = 249+32+99=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F92063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92063 is #06DF9C. Grayscale: #686868. Windows color (decimal): -450461 or 6496505. OLE color: 6496505.

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

Color convert

RGB 249 32 99 -
CMYK 0 0.87 0.60 0.02
HSL 341.47º 0.95% 0.55% -
HSV(B) 341.47º 0.87% 0.98% -
XYZ 41.84 22.07 13.86 -
YUV 104.52 124.89 231.05 -
System Red Green Blue C M Y K H S L
Decimal 249 32 99 0 0.87 0.60 0.02 341.47 0.95 0.55
Hex F9 20 63 0 57 3C 2 155 5F 37
Octal 371 40 143 0 127 74 2 525 137 67
Binary 11111001 100000 1100011 0 1010111 111100 10 101010101 1011111 110111

Color Harmonies of #F92063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92063

Black with #F92063

Text Example


Text Example

White with #F92063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92063; }

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

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

background-color css

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

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

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

border-color css

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

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

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