#F87FB2

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

Shades of Persian Pink #F87FB2

Tints of Persian Pink #F87FB2

Color information

#F87FB2 (or 0xF87FB2) is unknown color: approx Persian Pink. HEX triplet: F8, 7F and B2. RGB value is (248,127,178). Sum of RGB (Red+Green+Blue) = 248+127+178=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87FB2 is #07804D. Grayscale: #A8A8A8. Windows color (decimal): -491598 or 11698168. OLE color: 11698168.

HSL color Cylindrical-coordinate representation of color #F87FB2: hue angle of 334.71º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FB2 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB248127178-
CMYK00.490.280.03
HSL334.71º89.63%73.53%-
HSV(B)334.71º48.79%97.25%-
XYZ54.3438.3546.66-
YUV168.99133.09184.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=44.85%
G=22.97%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812717800.490.280.03334.7189.6373.53
HexF87FB20311C314f5a4a
Octal370177262061343517132112
Binary111110001111111101100100110001111001110100111110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87FB2; }

 p { color: rgb(248,127,178); }

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

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

 a { background-color: rgb(248,127,178); }

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

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

 span { border-color: rgb(248,127,178); }

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