Html Css Color HEX #F92BAA Persian Rose

📋 copy color: '#F92BAA'

red 249 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #F92BAA

Tints of Persian Rose #F92BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.31%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 53.9%
G = 9.31%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F92BAA (or 0xF92BAA) is known color: Persian Rose. HEX triplet: F9, 2B and AA. RGB value is (249,43,170). Sum of RGB (Red+Green+Blue) = 249+43+170=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F92BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92BAA is #06D455. Grayscale: #767676. Windows color (decimal): -447574 or 11152377. OLE color: 11152377.

HSL color Cylindrical-coordinate representation of color #F92BAA: hue angle of 323.01º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92BAA is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 43 170 -
CMYK 0 0.83 0.32 0.02
HSL 323.01º 0.94% 0.57% -
HSV(B) 323.01º 0.83% 0.98% -
XYZ 47.19 24.77 40.32 -
YUV 119.07 156.75 220.67 -
System Red Green Blue C M Y K H S L
Decimal 249 43 170 0 0.83 0.32 0.02 323.01 0.94 0.57
Hex F9 2B AA 0 53 20 2 143 5E 39
Octal 371 53 252 0 123 40 2 503 136 71
Binary 11111001 101011 10101010 0 1010011 100000 10 101000011 1011110 111001

Color Harmonies of #F92BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92BAA

Black with #F92BAA

Text Example


Text Example

White with #F92BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92BAA; }

 p { color: rgb(249,43,170); }

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

background-color css

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

 a { background-color: rgb(249,43,170); }

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

border-color css

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

 span { border-color: rgb(249,43,170); }

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