Html Css Color HEX #F91FA1 Persian Rose

📋 copy color: '#F91FA1'

red 249 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #F91FA1

Tints of Persian Rose #F91FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 56.46%
G = 7.03%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F91FA1 (or 0xF91FA1) is known color: Persian Rose. HEX triplet: F9, 1F and A1. RGB value is (249,31,161). Sum of RGB (Red+Green+Blue) = 249+31+161=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91FA1 is #06E05E. Grayscale: #6E6E6E. Windows color (decimal): -450655 or 10559481. OLE color: 10559481.

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

Color convert

RGB 249 31 161 -
CMYK 0 0.88 0.35 0.02
HSL 324.22º 0.95% 0.55% -
HSV(B) 324.22º 0.88% 0.98% -
XYZ 45.99 23.69 35.87 -
YUV 111 156.22 226.43 -
System Red Green Blue C M Y K H S L
Decimal 249 31 161 0 0.88 0.35 0.02 324.22 0.95 0.55
Hex F9 1F A1 0 58 23 2 144 5F 37
Octal 371 37 241 0 130 43 2 504 137 67
Binary 11111001 11111 10100001 0 1011000 100011 10 101000100 1011111 110111

Color Harmonies of #F91FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91FA1

Black with #F91FA1

Text Example


Text Example

White with #F91FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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