#FB68AF

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

Shades of Hot Pink #FB68AF

Tints of Hot Pink #FB68AF

Color information

#FB68AF (or 0xFB68AF) is unknown color: approx Hot Pink. HEX triplet: FB, 68 and AF. RGB value is (251,104,175). Sum of RGB (Red+Green+Blue) = 251+104+175=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68AF is #049750. Grayscale: #9B9B9B. Windows color (decimal): -300881 or 11495675. OLE color: 11495675.

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

Color convert

RGB251104175-
CMYK00.590.300.02
HSL331.02º94.84%69.61%-
HSV(B)331.02º58.57%98.43%-
XYZ52.4733.5144.26-
YUV156.05138.7195.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 104 (41.02% from 255) = 19.62%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=47.36%
G=19.62%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110417500.590.300.02331.0294.8469.61
HexFB68AF03B1E214b5f46
Octal373150257073362513137106
Binary111110111101000101011110111011111101010100101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB68AF; }

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

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

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

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

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

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

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

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