Html Css Color HEX #F92FAA Persian Rose

📋 copy color: '#F92FAA'

red 249 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #F92FAA

Tints of Persian Rose #F92FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

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

R = 53.43%
G = 10.09%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F92FAA (or 0xF92FAA) is known color: Persian Rose. HEX triplet: F9, 2F and AA. RGB value is (249,47,170). Sum of RGB (Red+Green+Blue) = 249+47+170=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FAA is #06D055. Grayscale: #797979. Windows color (decimal): -446550 or 11153401. OLE color: 11153401.

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

Color convert

RGB 249 47 170 -
CMYK 0 0.81 0.32 0.02
HSL 323.47º 0.94% 0.58% -
HSV(B) 323.47º 0.81% 0.98% -
XYZ 47.34 25.08 40.38 -
YUV 121.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 249 47 170 0 0.81 0.32 0.02 323.47 0.94 0.58
Hex F9 2F AA 0 51 20 2 143 5E 3A
Octal 371 57 252 0 121 40 2 503 136 72
Binary 11111001 101111 10101010 0 1010001 100000 10 101000011 1011110 111010

Color Harmonies of #F92FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FAA

Black with #F92FAA

Text Example


Text Example

White with #F92FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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