#f959be

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

Shades of Hot Pink #F959BE

Tints of Hot Pink #F959BE

Color information

#F959BE (or 0xF959BE) is unknown color: approx Hot Pink. HEX triplet: F9, 59 and BE. RGB value is (249,89,190). Sum of RGB (Red+Green+Blue) = 249+89+190=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F959BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959BE is #06A641. Grayscale: #949494. Windows color (decimal): -435778 or 12474873. OLE color: 12474873.

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

Color convert

RGB24989190-
CMYK00.640.240.02
HSL322.12º93.02%66.27%-
HSV(B)322.12º64.26%97.65%-
XYZ51.933151.96-
YUV148.35151.51199.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 89 (35.16% from 255) = 16.86%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=47.16%
G=16.86%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498919000.640.240.02322.1293.0266.27
HexF959BE0401821425d42
Octal3711312760100302502135102
Binary1111100110110011011111001000000110001010100001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f959be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f959be; }

 p { color: rgb(249,89,190); }

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

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

 a { background-color: rgb(249,89,190); }

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

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

 span { border-color: rgb(249,89,190); }

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