#F965B3

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

Shades of Hot Pink #F965B3

Tints of Hot Pink #F965B3

Color information

#F965B3 (or 0xF965B3) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and B3. RGB value is (249,101,179). Sum of RGB (Red+Green+Blue) = 249+101+179=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F965B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965B3 is #069A4C. Grayscale: #999999. Windows color (decimal): -432717 or 11757049. OLE color: 11757049.

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

Color convert

RGB249101179-
CMYK00.590.280.02
HSL328.38º92.5%68.63%-
HSV(B)328.38º59.44%97.65%-
XYZ51.8632.746.23-
YUV154.14142.03195.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=47.07%
G=19.09%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910117900.590.280.02328.3892.568.63
HexF965B303B1C21485c45
Octal371145263073342510134105
Binary111110011100101101100110111011111001010100100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965B3; }

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

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

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

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

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

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

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

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