#F887B4

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

Shades of Persian Pink #F887B4

Tints of Persian Pink #F887B4

Color information

#F887B4 (or 0xF887B4) is unknown color: approx Persian Pink. HEX triplet: F8, 87 and B4. RGB value is (248,135,180). Sum of RGB (Red+Green+Blue) = 248+135+180=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F887B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887B4 is #07784B. Grayscale: #ADADAD. Windows color (decimal): -489548 or 11831288. OLE color: 11831288.

HSL color Cylindrical-coordinate representation of color #F887B4: hue angle of 336.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F887B4 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB248135180-
CMYK00.460.270.03
HSL336.11º88.98%75.1%-
HSV(B)336.11º45.56%97.25%-
XYZ55.6140.5848.08-
YUV173.92131.44180.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=44.05%
G=23.98%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813518000.460.270.03336.1188.9875.1
HexF887B402E1B3150594b
Octal370207264056333520131113
Binary1111100010000111101101000101110110111110101000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F887B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F887B4; }

 p { color: rgb(248,135,180); }

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

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

 a { background-color: rgb(248,135,180); }

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

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

 span { border-color: rgb(248,135,180); }

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