#FB68AE

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

Shades of Hot Pink #FB68AE

Tints of Hot Pink #FB68AE

Color information

#FB68AE (or 0xFB68AE) is unknown color: approx Hot Pink. HEX triplet: FB, 68 and AE. RGB value is (251,104,174). Sum of RGB (Red+Green+Blue) = 251+104+174=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68AE is #049751. Grayscale: #9B9B9B. Windows color (decimal): -300882 or 11430139. OLE color: 11430139.

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

Color convert

RGB251104174-
CMYK00.590.310.02
HSL331.43º94.84%69.61%-
HSV(B)331.43º58.57%98.43%-
XYZ52.3733.4743.74-
YUV155.93138.2195.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 104 (41.02% from 255) = 19.66%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=47.45%
G=19.66%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110417400.590.310.02331.4394.8469.61
HexFB68AE03B1F214b5f46
Octal373150256073372513137106
Binary111110111101000101011100111011111111010100101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB68AE; }

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

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

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

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

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

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

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

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