Html Css Color HEX #F91AA0 Persian Rose

📋 copy color: '#F91AA0'

red 249 ◦ green 26 ◦ blue 160

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

Shades of Persian Rose #F91AA0

Tints of Persian Rose #F91AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.98%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 57.24%
G = 5.98%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F91AA0 (or 0xF91AA0) is known color: Persian Rose. HEX triplet: F9, 1A and A0. RGB value is (249,26,160). Sum of RGB (Red+Green+Blue) = 249+26+160=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91AA0 is #06E55F. Grayscale: #6B6B6B. Windows color (decimal): -451936 or 10492665. OLE color: 10492665.

HSL color Cylindrical-coordinate representation of color #F91AA0: hue angle of 323.95º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91AA0 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 26 160 -
CMYK 0 0.90 0.36 0.02
HSL 323.95º 0.95% 0.54% -
HSV(B) 323.95º 0.9% 0.98% -
XYZ 45.78 23.42 35.36 -
YUV 107.95 157.38 228.6 -
System Red Green Blue C M Y K H S L
Decimal 249 26 160 0 0.90 0.36 0.02 323.95 0.95 0.54
Hex F9 1A A0 0 5A 24 2 144 5F 36
Octal 371 32 240 0 132 44 2 504 137 66
Binary 11111001 11010 10100000 0 1011010 100100 10 101000100 1011111 110110

Color Harmonies of #F91AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91AA0

Black with #F91AA0

Text Example


Text Example

White with #F91AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91AA0; }

 p { color: rgb(249,26,160); }

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

background-color css

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

 a { background-color: rgb(249,26,160); }

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

border-color css

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

 span { border-color: rgb(249,26,160); }

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