#F95EB1

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

Shades of Hot Pink #F95EB1

Tints of Hot Pink #F95EB1

Color information

#F95EB1 (or 0xF95EB1) is unknown color: approx Hot Pink. HEX triplet: F9, 5E and B1. RGB value is (249,94,177). Sum of RGB (Red+Green+Blue) = 249+94+177=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95EB1 is #06A14E. Grayscale: #959595. Windows color (decimal): -434511 or 11624185. OLE color: 11624185.

HSL color Cylindrical-coordinate representation of color #F95EB1: hue angle of 327.87º 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 #F95EB1 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB24994177-
CMYK00.620.290.02
HSL327.87º92.81%67.25%-
HSV(B)327.87º62.25%97.65%-
XYZ51.0131.3244.95-
YUV149.81143.35198.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.88%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=47.88%
G=18.08%
B=34.04%

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
Decimal2499417700.620.290.02327.8792.8167.25
HexF95EB103E1D21485d43
Octal371136261076352510135103
Binary111110011011110101100010111110111011010100100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EB1; }

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

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

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

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

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

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

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

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