Html Css Color HEX #F91F99 Persian Rose

📋 copy color: '#F91F99'

red 249 ◦ green 31 ◦ blue 153

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

Shades of Persian Rose #F91F99

Tints of Persian Rose #F91F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.16%

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

R = 57.51%
G = 7.16%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F91F99 (or 0xF91F99) is known color: Persian Rose. HEX triplet: F9, 1F and 99. RGB value is (249,31,153). Sum of RGB (Red+Green+Blue) = 249+31+153=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F99 is #06E066. Grayscale: #6D6D6D. Windows color (decimal): -450663 or 10035193. OLE color: 10035193.

HSL color Cylindrical-coordinate representation of color #F91F99: hue angle of 326.42º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91F99 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 31 153 -
CMYK 0 0.88 0.39 0.02
HSL 326.42º 0.95% 0.55% -
HSV(B) 326.42º 0.88% 0.98% -
XYZ 45.31 23.42 32.27 -
YUV 110.09 152.22 227.08 -
System Red Green Blue C M Y K H S L
Decimal 249 31 153 0 0.88 0.39 0.02 326.42 0.95 0.55
Hex F9 1F 99 0 58 27 2 146 5F 37
Octal 371 37 231 0 130 47 2 506 137 67
Binary 11111001 11111 10011001 0 1011000 100111 10 101000110 1011111 110111

Color Harmonies of #F91F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F99

Black with #F91F99

Text Example


Text Example

White with #F91F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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