Html Css Color HEX #F92099 Persian Rose

📋 copy color: '#F92099'

red 249 ◦ green 32 ◦ blue 153

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

Shades of Persian Rose #F92099

Tints of Persian Rose #F92099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 57.37%
G = 7.37%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F92099 (or 0xF92099) is known color: Persian Rose. HEX triplet: F9, 20 and 99. RGB value is (249,32,153). Sum of RGB (Red+Green+Blue) = 249+32+153=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F92099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92099 is #06DF66. Grayscale: #6E6E6E. Windows color (decimal): -450407 or 10035449. OLE color: 10035449.

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

Color convert

RGB 249 32 153 -
CMYK 0 0.87 0.39 0.02
HSL 326.54º 0.95% 0.55% -
HSV(B) 326.54º 0.87% 0.98% -
XYZ 45.33 23.47 32.28 -
YUV 110.68 151.89 226.66 -
System Red Green Blue C M Y K H S L
Decimal 249 32 153 0 0.87 0.39 0.02 326.54 0.95 0.55
Hex F9 20 99 0 57 27 2 147 5F 37
Octal 371 40 231 0 127 47 2 507 137 67
Binary 11111001 100000 10011001 0 1010111 100111 10 101000111 1011111 110111

Color Harmonies of #F92099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92099

Black with #F92099

Text Example


Text Example

White with #F92099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92099; }

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

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

background-color css

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

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

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

border-color css

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

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

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