Html Css Color HEX #F91F9C Persian Rose

📋 copy color: '#F91F9C'

red 249 ◦ green 31 ◦ blue 156

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

Shades of Persian Rose #F91F9C

Tints of Persian Rose #F91F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 57.11%
G = 7.11%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F91F9C (or 0xF91F9C) is known color: Persian Rose. HEX triplet: F9, 1F and 9C. RGB value is (249,31,156). Sum of RGB (Red+Green+Blue) = 249+31+156=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F9C is #06E063. Grayscale: #6E6E6E. Windows color (decimal): -450660 or 10231801. OLE color: 10231801.

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

Color convert

RGB 249 31 156 -
CMYK 0 0.88 0.37 0.02
HSL 325.6º 0.95% 0.55% -
HSV(B) 325.6º 0.88% 0.98% -
XYZ 45.56 23.52 33.59 -
YUV 110.43 153.72 226.84 -
System Red Green Blue C M Y K H S L
Decimal 249 31 156 0 0.88 0.37 0.02 325.6 0.95 0.55
Hex F9 1F 9C 0 58 25 2 146 5F 37
Octal 371 37 234 0 130 45 2 506 137 67
Binary 11111001 11111 10011100 0 1011000 100101 10 101000110 1011111 110111

Color Harmonies of #F91F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F9C

Black with #F91F9C

Text Example


Text Example

White with #F91F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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