#FE65BA

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

Shades of Hot Pink #FE65BA

Tints of Hot Pink #FE65BA

Color information

#FE65BA (or 0xFE65BA) is unknown color: approx Hot Pink. HEX triplet: FE, 65 and BA. RGB value is (254,101,186). Sum of RGB (Red+Green+Blue) = 254+101+186=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65BA is #019A45. Grayscale: #9C9C9C. Windows color (decimal): -105030 or 12215806. OLE color: 12215806.

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

Color convert

RGB254101186-
CMYK00.600.270.00
HSL326.67º98.71%69.61%-
HSV(B)326.67º60.24%99.61%-
XYZ54.3933.9250.14-
YUV156.44144.69197.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.95%
GREEN value IS 101 (39.84% from 255) = 18.67%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=46.95%
G=18.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410118600.600.270.00326.6798.7169.61
HexFE65BA03C1B01476346
Octal376145272074330507143106
Binary11111110110010110111010011110011011010100011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE65BA; }

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

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

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

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

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

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

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

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