#F968AF

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

Shades of Hot Pink #F968AF

Tints of Hot Pink #F968AF

Color information

#F968AF (or 0xF968AF) is unknown color: approx Hot Pink. HEX triplet: F9, 68 and AF. RGB value is (249,104,175). Sum of RGB (Red+Green+Blue) = 249+104+175=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F968AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968AF is #069750. Grayscale: #9B9B9B. Windows color (decimal): -431953 or 11495673. OLE color: 11495673.

HSL color Cylindrical-coordinate representation of color #F968AF: hue angle of 330.62º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968AF is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249104175-
CMYK00.580.300.02
HSL330.62º92.36%69.22%-
HSV(B)330.62º58.23%97.65%-
XYZ51.7633.1444.23-
YUV155.45139.04194.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=47.16%
G=19.70%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910417500.580.300.02330.6292.3669.22
HexF968AF03A1E214b5c45
Octal371150257072362513134105
Binary111110011101000101011110111010111101010100101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968AF; }

 p { color: rgb(249,104,175); }

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

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

 a { background-color: rgb(249,104,175); }

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

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

 span { border-color: rgb(249,104,175); }

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