#F95EB2

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

Shades of Hot Pink #F95EB2

Tints of Hot Pink #F95EB2

Color information

#F95EB2 (or 0xF95EB2) is unknown color: approx Hot Pink. HEX triplet: F9, 5E and B2. RGB value is (249,94,178). Sum of RGB (Red+Green+Blue) = 249+94+178=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95EB2 is #06A14D. Grayscale: #959595. Windows color (decimal): -434510 or 11689721. OLE color: 11689721.

HSL color Cylindrical-coordinate representation of color #F95EB2: hue angle of 327.48º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95EB2 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB24994178-
CMYK00.620.290.02
HSL327.48º92.81%67.25%-
HSV(B)327.48º62.25%97.65%-
XYZ51.1131.3645.48-
YUV149.92143.85198.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=47.79%
G=18.04%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499417800.620.290.02327.4892.8167.25
HexF95EB203E1D21475d43
Octal371136262076352507135103
Binary111110011011110101100100111110111011010100011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EB2; }

 p { color: rgb(249,94,178); }

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

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

 a { background-color: rgb(249,94,178); }

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

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

 span { border-color: rgb(249,94,178); }

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