#F965BB

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

Shades of Hot Pink #F965BB

Tints of Hot Pink #F965BB

Color information

#F965BB (or 0xF965BB) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and BB. RGB value is (249,101,187). Sum of RGB (Red+Green+Blue) = 249+101+187=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F965BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965BB is #069A44. Grayscale: #9A9A9A. Windows color (decimal): -432709 or 12281337. OLE color: 12281337.

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

Color convert

RGB249101187-
CMYK00.590.250.02
HSL325.14º92.5%68.63%-
HSV(B)325.14º59.44%97.65%-
XYZ52.6933.0350.61-
YUV155.06146.03195.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 101 (39.84% from 255) = 18.81%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=46.37%
G=18.81%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910118700.590.250.02325.1492.568.63
HexF965BB03B1921455c45
Octal371145273073312505134105
Binary111110011100101101110110111011110011010100010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965BB; }

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

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

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

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

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

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

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

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