#FE68BD

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

Shades of Hot Pink #FE68BD

Tints of Hot Pink #FE68BD

Color information

#FE68BD (or 0xFE68BD) is unknown color: approx Hot Pink. HEX triplet: FE, 68 and BD. RGB value is (254,104,189). Sum of RGB (Red+Green+Blue) = 254+104+189=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68BD is #019742. Grayscale: #9E9E9E. Windows color (decimal): -104259 or 12413182. OLE color: 12413182.

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

Color convert

RGB254104189-
CMYK00.590.260.00
HSL326º98.68%70.2%-
HSV(B)326º59.06%99.61%-
XYZ55.0134.6551.93-
YUV158.54145.2196.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 104 (41.02% from 255) = 19.01%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=46.44%
G=19.01%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410418900.590.260.0032698.6870.2
HexFE68BD03B1A01466346
Octal376150275073320506143106
Binary11111110110100010111101011101111010010100011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE68BD; }

 p { color: rgb(254,104,189); }

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

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

 a { background-color: rgb(254,104,189); }

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

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

 span { border-color: rgb(254,104,189); }

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