#f87bbf

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

Shades of Persian Pink #F87BBF

Tints of Persian Pink #F87BBF

Color information

#F87BBF (or 0xF87BBF) is unknown color: approx Persian Pink. HEX triplet: F8, 7B and BF. RGB value is (248,123,191). Sum of RGB (Red+Green+Blue) = 248+123+191=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BBF is #078440. Grayscale: #A7A7A7. Windows color (decimal): -492609 or 12549112. OLE color: 12549112.

HSL color Cylindrical-coordinate representation of color #F87BBF: hue angle of 327.36º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87BBF is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248123191-
CMYK00.500.230.03
HSL327.36º89.93%72.75%-
HSV(B)327.36º50.4%97.25%-
XYZ55.237.8853.69-
YUV168.13140.91184.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 123 (48.44% from 255) = 21.89%
BLUE value IS 191 (75% from 255) = 33.99%
R=44.13%
G=21.89%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812319100.500.230.03327.3689.9372.75
HexF87BBF0321731475a49
Octal370173277062273507132111
Binary111110001111011101111110110010101111110100011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f87bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f87bbf; }

 p { color: rgb(248,123,191); }

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

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

 a { background-color: rgb(248,123,191); }

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

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

 span { border-color: rgb(248,123,191); }

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