#F857BD

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

Shades of Hot Pink #F857BD

Tints of Hot Pink #F857BD

Color information

#F857BD (or 0xF857BD) is unknown color: approx Hot Pink. HEX triplet: F8, 57 and BD. RGB value is (248,87,189). Sum of RGB (Red+Green+Blue) = 248+87+189=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F857BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F857BD is #07A842. Grayscale: #929292. Windows color (decimal): -501827 or 12408824. OLE color: 12408824.

HSL color Cylindrical-coordinate representation of color #F857BD: hue angle of 321.99º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F857BD is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB24887189-
CMYK00.650.240.03
HSL321.99º92%65.69%-
HSV(B)321.99º64.92%97.25%-
XYZ51.330.4551.32-
YUV146.77151.84200.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.33%
GREEN value IS 87 (34.38% from 255) = 16.60%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=47.33%
G=16.60%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488718900.650.240.03321.999265.69
HexF857BD0411831425c42
Octal3701272750101303502134102
Binary1111100010101111011110101000001110001110100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F857BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F857BD; }

 p { color: rgb(248,87,189); }

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

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

 a { background-color: rgb(248,87,189); }

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

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

 span { border-color: rgb(248,87,189); }

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