Html Css Color HEX #F92FAF Persian Rose

📋 copy color: '#F92FAF'

red 249 ◦ green 47 ◦ blue 175

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

Shades of Persian Rose #F92FAF

Tints of Persian Rose #F92FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 52.87%
G = 9.98%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F92FAF (or 0xF92FAF) is known color: Persian Rose. HEX triplet: F9, 2F and AF. RGB value is (249,47,175). Sum of RGB (Red+Green+Blue) = 249+47+175=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FAF is #06D050. Grayscale: #797979. Windows color (decimal): -446545 or 11481081. OLE color: 11481081.

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

Color convert

RGB 249 47 175 -
CMYK 0 0.81 0.30 0.02
HSL 321.98º 0.94% 0.58% -
HSV(B) 321.98º 0.81% 0.98% -
XYZ 47.82 25.27 42.91 -
YUV 121.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 249 47 175 0 0.81 0.30 0.02 321.98 0.94 0.58
Hex F9 2F AF 0 51 1E 2 142 5E 3A
Octal 371 57 257 0 121 36 2 502 136 72
Binary 11111001 101111 10101111 0 1010001 11110 10 101000010 1011110 111010

Color Harmonies of #F92FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FAF

Black with #F92FAF

Text Example


Text Example

White with #F92FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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