#F965B2

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

Shades of Hot Pink #F965B2

Tints of Hot Pink #F965B2

Color information

#F965B2 (or 0xF965B2) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and B2. RGB value is (249,101,178). Sum of RGB (Red+Green+Blue) = 249+101+178=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F965B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965B2 is #069A4D. Grayscale: #999999. Windows color (decimal): -432718 or 11691513. OLE color: 11691513.

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

Color convert

RGB249101178-
CMYK00.590.290.02
HSL328.78º92.5%68.63%-
HSV(B)328.78º59.44%97.65%-
XYZ51.7632.6645.7-
YUV154.03141.53195.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 101 (39.84% from 255) = 19.13%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=47.16%
G=19.13%
B=33.71%

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
Decimal24910117800.590.290.02328.7892.568.63
HexF965B203B1D21495c45
Octal371145262073352511134105
Binary111110011100101101100100111011111011010100100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965B2; }

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

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

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

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

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

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

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

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