#F858BE

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

Shades of Hot Pink #F858BE

Tints of Hot Pink #F858BE

Color information

#F858BE (or 0xF858BE) is unknown color: approx Hot Pink. HEX triplet: F8, 58 and BE. RGB value is (248,88,190). Sum of RGB (Red+Green+Blue) = 248+88+190=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F858BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858BE is #07A741. Grayscale: #939393. Windows color (decimal): -501570 or 12474616. OLE color: 12474616.

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

Color convert

RGB24888190-
CMYK00.650.230.03
HSL321.75º91.95%65.88%-
HSV(B)321.75º64.52%97.25%-
XYZ51.530.6551.92-
YUV147.47152.01199.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.15%
GREEN value IS 88 (34.77% from 255) = 16.73%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=47.15%
G=16.73%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488819000.650.230.03321.7591.9565.88
HexF858BE0411731425c42
Octal3701302760101273502134102
Binary1111100010110001011111001000001101111110100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F858BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F858BE; }

 p { color: rgb(248,88,190); }

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

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

 a { background-color: rgb(248,88,190); }

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

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

 span { border-color: rgb(248,88,190); }

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