#F981BD

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

Shades of Persian Pink #F981BD

Tints of Persian Pink #F981BD

Color information

#F981BD (or 0xF981BD) is unknown color: approx Persian Pink. HEX triplet: F9, 81 and BD. RGB value is (249,129,189). Sum of RGB (Red+Green+Blue) = 249+129+189=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F981BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981BD is #067E42. Grayscale: #ABABAB. Windows color (decimal): -425539 or 12419577. OLE color: 12419577.

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

Color convert

RGB249129189-
CMYK00.480.240.02
HSL330º90.91%74.12%-
HSV(B)330º48.19%97.65%-
XYZ56.139.5152.81-
YUV171.72137.76183.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.92%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=43.92%
G=22.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912918900.480.240.0233090.9174.12
HexF981BD03018214a5b4a
Octal371201275060302512133112
Binary1111100110000001101111010110000110001010100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981BD; }

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

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

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

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

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

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

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

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