#F965BC

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

Shades of Hot Pink #F965BC

Tints of Hot Pink #F965BC

Color information

#F965BC (or 0xF965BC) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and BC. RGB value is (249,101,188). Sum of RGB (Red+Green+Blue) = 249+101+188=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F965BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965BC is #069A43. Grayscale: #9A9A9A. Windows color (decimal): -432708 or 12346873. OLE color: 12346873.

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

Color convert

RGB249101188-
CMYK00.590.240.02
HSL324.73º92.5%68.63%-
HSV(B)324.73º59.44%97.65%-
XYZ52.833.0851.18-
YUV155.17146.53194.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 101 (39.84% from 255) = 18.77%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=46.28%
G=18.77%
B=34.94%

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
Decimal24910118800.590.240.02324.7392.568.63
HexF965BC03B1821455c45
Octal371145274073302505134105
Binary111110011100101101111000111011110001010100010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965BC; }

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

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

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

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

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

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

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

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