#FB68B3

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

Shades of Hot Pink #FB68B3

Tints of Hot Pink #FB68B3

Color information

#FB68B3 (or 0xFB68B3) is unknown color: approx Hot Pink. HEX triplet: FB, 68 and B3. RGB value is (251,104,179). Sum of RGB (Red+Green+Blue) = 251+104+179=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68B3 is #04974C. Grayscale: #9C9C9C. Windows color (decimal): -300877 or 11757819. OLE color: 11757819.

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

Color convert

RGB251104179-
CMYK00.590.290.02
HSL329.39º94.84%69.61%-
HSV(B)329.39º58.57%98.43%-
XYZ52.8733.6646.36-
YUV156.5140.7195.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=47.00%
G=19.48%
B=33.52%

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
Decimal25110417900.590.290.02329.3994.8469.61
HexFB68B303B1D21495f46
Octal373150263073352511137106
Binary111110111101000101100110111011111011010100100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB68B3; }

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

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

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

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

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

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

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

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