#F967B1

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

Shades of Hot Pink #F967B1

Tints of Hot Pink #F967B1

Color information

#F967B1 (or 0xF967B1) is unknown color: approx Hot Pink. HEX triplet: F9, 67 and B1. RGB value is (249,103,177). Sum of RGB (Red+Green+Blue) = 249+103+177=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F967B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F967B1 is #06984E. Grayscale: #9A9A9A. Windows color (decimal): -432207 or 11626489. OLE color: 11626489.

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

Color convert

RGB249103177-
CMYK00.590.290.02
HSL329.59º92.41%69.02%-
HSV(B)329.59º58.63%97.65%-
XYZ51.8533.0145.23-
YUV155.09140.37194.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 103 (40.62% from 255) = 19.47%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=47.07%
G=19.47%
B=33.46%

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
Decimal24910317700.590.290.02329.5992.4169.02
HexF967B103B1D214a5c45
Octal371147261073352512134105
Binary111110011100111101100010111011111011010100101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F967B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F967B1; }

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

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

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

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

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

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

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

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