#F965BD

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

Shades of Hot Pink #F965BD

Tints of Hot Pink #F965BD

Color information

#F965BD (or 0xF965BD) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and BD. RGB value is (249,101,189). Sum of RGB (Red+Green+Blue) = 249+101+189=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F965BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965BD is #069A42. Grayscale: #9B9B9B. Windows color (decimal): -432707 or 12412409. OLE color: 12412409.

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

Color convert

RGB249101189-
CMYK00.590.240.02
HSL324.32º92.5%68.63%-
HSV(B)324.32º59.44%97.65%-
XYZ52.9133.1251.75-
YUV155.28147.03194.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 101 (39.84% from 255) = 18.74%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=46.20%
G=18.74%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910118900.590.240.02324.3292.568.63
HexF965BD03B1821445c45
Octal371145275073302504134105
Binary111110011100101101111010111011110001010100010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965BD; }

 p { color: rgb(249,101,189); }

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

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

 a { background-color: rgb(249,101,189); }

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

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

 span { border-color: rgb(249,101,189); }

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