#F885B4

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

Shades of Persian Pink #F885B4

Tints of Persian Pink #F885B4

Color information

#F885B4 (or 0xF885B4) is unknown color: approx Persian Pink. HEX triplet: F8, 85 and B4. RGB value is (248,133,180). Sum of RGB (Red+Green+Blue) = 248+133+180=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F885B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885B4 is #077A4B. Grayscale: #ACACAC. Windows color (decimal): -490060 or 11830776. OLE color: 11830776.

HSL color Cylindrical-coordinate representation of color #F885B4: hue angle of 335.48º 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 #F885B4 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB248133180-
CMYK00.460.270.03
HSL335.48º89.15%74.71%-
HSV(B)335.48º46.37%97.25%-
XYZ55.3440.0347.99-
YUV172.74132.1181.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=44.21%
G=23.71%
B=32.09%

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
Decimal24813318000.460.270.03335.4889.1574.71
HexF885B402E1B314f594b
Octal370205264056333517131113
Binary1111100010000101101101000101110110111110100111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885B4; }

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

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

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

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

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

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

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

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