#F977BD

Color #F977BD Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F977BD

Tints of Persian Pink #F977BD

Color information

#F977BD (or 0xF977BD) is unknown color: approx Persian Pink. HEX triplet: F9, 77 and BD. RGB value is (249,119,189). Sum of RGB (Red+Green+Blue) = 249+119+189=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F977BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977BD is #068842. Grayscale: #A5A5A5. Windows color (decimal): -428099 or 12417017. OLE color: 12417017.

HSL color Cylindrical-coordinate representation of color #F977BD: hue angle of 327.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977BD is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249119189-
CMYK00.520.240.02
HSL327.69º91.55%72.16%-
HSV(B)327.69º52.21%97.65%-
XYZ54.8537.0152.4-
YUV165.85141.07187.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=44.70%
G=21.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911918900.520.240.02327.6991.5572.16
HexF977BD0341821485c48
Octal371167275064302510134110
Binary111110011110111101111010110100110001010100100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F977BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F977BD; }

 p { color: rgb(249,119,189); }

 H1.HeaderClassName
 {
   color: #F977BD;
 }
 .AnyTagClassName
 {
   color: #F977BD;
 }
</style>
background-color css

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

 a { background-color: rgb(249,119,189); }

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

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

 span { border-color: rgb(249,119,189); }

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