#F965B1

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

Shades of Hot Pink #F965B1

Tints of Hot Pink #F965B1

Color information

#F965B1 (or 0xF965B1) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and B1. RGB value is (249,101,177). Sum of RGB (Red+Green+Blue) = 249+101+177=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F965B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965B1 is #069A4E. Grayscale: #999999. Windows color (decimal): -432719 or 11625977. OLE color: 11625977.

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

Color convert

RGB249101177-
CMYK00.590.290.02
HSL329.19º92.5%68.63%-
HSV(B)329.19º59.44%97.65%-
XYZ51.6632.6245.17-
YUV153.92141.03195.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=47.25%
G=19.17%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910117700.590.290.02329.1992.568.63
HexF965B103B1D21495c45
Octal371145261073352511134105
Binary111110011100101101100010111011111011010100100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965B1; }

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

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

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

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

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

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

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

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