#F966B9

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

Shades of Hot Pink #F966B9

Tints of Hot Pink #F966B9

Color information

#F966B9 (or 0xF966B9) is unknown color: approx Hot Pink. HEX triplet: F9, 66 and B9. RGB value is (249,102,185). Sum of RGB (Red+Green+Blue) = 249+102+185=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F966B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966B9 is #069946. Grayscale: #9B9B9B. Windows color (decimal): -432455 or 12150521. OLE color: 12150521.

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

Color convert

RGB249102185-
CMYK00.590.260.02
HSL326.12º92.45%68.82%-
HSV(B)326.12º59.04%97.65%-
XYZ52.5833.1549.53-
YUV155.42144.7194.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=46.46%
G=19.03%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910218500.590.260.02326.1292.4568.82
HexF966B903B1A21465c45
Octal371146271073322506134105
Binary111110011100110101110010111011110101010100011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966B9; }

 p { color: rgb(249,102,185); }

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

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

 a { background-color: rgb(249,102,185); }

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

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

 span { border-color: rgb(249,102,185); }

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