Html Css Color HEX #F92BAC Persian Rose

📋 copy color: '#F92BAC'

red 249 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #F92BAC

Tints of Persian Rose #F92BAC

RGB

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

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

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

R = 53.66%
G = 9.27%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F92BAC (or 0xF92BAC) is known color: Persian Rose. HEX triplet: F9, 2B and AC. RGB value is (249,43,172). Sum of RGB (Red+Green+Blue) = 249+43+172=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F92BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92BAC is #06D453. Grayscale: #767676. Windows color (decimal): -447572 or 11283449. OLE color: 11283449.

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

Color convert

RGB 249 43 172 -
CMYK 0 0.83 0.31 0.02
HSL 322.43º 0.94% 0.57% -
HSV(B) 322.43º 0.83% 0.98% -
XYZ 47.38 24.85 41.33 -
YUV 119.3 157.75 220.51 -
System Red Green Blue C M Y K H S L
Decimal 249 43 172 0 0.83 0.31 0.02 322.43 0.94 0.57
Hex F9 2B AC 0 53 1F 2 142 5E 39
Octal 371 53 254 0 123 37 2 502 136 71
Binary 11111001 101011 10101100 0 1010011 11111 10 101000010 1011110 111001

Color Harmonies of #F92BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92BAC

Black with #F92BAC

Text Example


Text Example

White with #F92BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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