#ff68af

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

Shades of Hot Pink #FF68AF

Tints of Hot Pink #FF68AF

Color information

#FF68AF (or 0xFF68AF) is unknown color: approx Hot Pink. HEX triplet: FF, 68 and AF. RGB value is (255,104,175). Sum of RGB (Red+Green+Blue) = 255+104+175=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68AF is #009750. Grayscale: #9D9D9D. Windows color (decimal): -38737 or 11495679. OLE color: 11495679.

HSL color Cylindrical-coordinate representation of color #FF68AF: hue angle of 331.79º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68AF is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255104175-
CMYK00.590.310
HSL331.79º100%70.39%-
HSV(B)331.79º59.22%100%-
XYZ53.9334.2644.33-
YUV157.24138.03197.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=47.75%
G=19.48%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510417500.590.310331.7910070.39
HexFF68AF03B1F014c6446
Octal377150257073370514144106
Binary11111111110100010101111011101111111010100110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff68af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff68af; }

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

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

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

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

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

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

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

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