#F95AB1

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

Shades of Hot Pink #F95AB1

Tints of Hot Pink #F95AB1

Color information

#F95AB1 (or 0xF95AB1) is unknown color: approx Hot Pink. HEX triplet: F9, 5A and B1. RGB value is (249,90,177). Sum of RGB (Red+Green+Blue) = 249+90+177=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AB1 is #06A54E. Grayscale: #939393. Windows color (decimal): -435535 or 11623161. OLE color: 11623161.

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

Color convert

RGB24990177-
CMYK00.640.290.02
HSL327.17º92.98%66.47%-
HSV(B)327.17º63.86%97.65%-
XYZ50.6630.6344.84-
YUV147.46144.68200.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.26%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=48.26%
G=17.44%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499017700.640.290.02327.1792.9866.47
HexF95AB10401D21475d42
Octal3711322610100352507135102
Binary1111100110110101011000101000000111011010100011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95AB1; }

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

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

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

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

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

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

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

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