#FE69BA

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

Shades of Hot Pink #FE69BA

Tints of Hot Pink #FE69BA

Color information

#FE69BA (or 0xFE69BA) is unknown color: approx Hot Pink. HEX triplet: FE, 69 and BA. RGB value is (254,105,186). Sum of RGB (Red+Green+Blue) = 254+105+186=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69BA is #019645. Grayscale: #9E9E9E. Windows color (decimal): -104006 or 12216830. OLE color: 12216830.

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

Color convert

RGB254105186-
CMYK00.590.270.00
HSL327.38º98.68%70.39%-
HSV(B)327.38º58.66%99.61%-
XYZ54.7934.7250.27-
YUV158.78143.36195.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=46.61%
G=19.27%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410518600.590.270.00327.3898.6870.39
HexFE69BA03B1B01476346
Octal376151272073330507143106
Binary11111110110100110111010011101111011010100011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE69BA; }

 p { color: rgb(254,105,186); }

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

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

 a { background-color: rgb(254,105,186); }

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

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

 span { border-color: rgb(254,105,186); }

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