Html Css Color HEX #F92EAC Persian Rose

📋 copy color: '#F92EAC'

red 249 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #F92EAC

Tints of Persian Rose #F92EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.85%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 53.32%
G = 9.85%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F92EAC (or 0xF92EAC) is known color: Persian Rose. HEX triplet: F9, 2E and AC. RGB value is (249,46,172). Sum of RGB (Red+Green+Blue) = 249+46+172=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F92EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92EAC is #06D153. Grayscale: #787878. Windows color (decimal): -446804 or 11284217. OLE color: 11284217.

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

Color convert

RGB 249 46 172 -
CMYK 0 0.82 0.31 0.02
HSL 322.76º 0.94% 0.58% -
HSV(B) 322.76º 0.82% 0.98% -
XYZ 47.49 25.07 41.37 -
YUV 121.06 156.75 219.25 -
System Red Green Blue C M Y K H S L
Decimal 249 46 172 0 0.82 0.31 0.02 322.76 0.94 0.58
Hex F9 2E AC 0 52 1F 2 143 5E 3A
Octal 371 56 254 0 122 37 2 503 136 72
Binary 11111001 101110 10101100 0 1010010 11111 10 101000011 1011110 111010

Color Harmonies of #F92EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92EAC

Black with #F92EAC

Text Example


Text Example

White with #F92EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92EAC; }

 p { color: rgb(249,46,172); }

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

background-color css

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

 a { background-color: rgb(249,46,172); }

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

border-color css

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

 span { border-color: rgb(249,46,172); }

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