Html Css Color HEX #FE60BD Hot Pink

📋 copy color: '#FE60BD'

red 254 ◦ green 96 ◦ blue 189

#FE60BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FE60BD

Tints of Hot Pink #FE60BD

RGB

 RED value IS 254 (99.61% from 255) = 47.12%

 GREEN value IS 96 (37.89% from 255) = 17.81%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 47.12%
G = 17.81%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE60BD (or 0xFE60BD) is known color: Hot Pink. HEX triplet: FE, 60 and BD. RGB value is (254,96,189). Sum of RGB (Red+Green+Blue) = 254+96+189=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60BD is #019F42. Grayscale: #999999. Windows color (decimal): -106307 or 12411134. OLE color: 12411134.

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

Color convert

RGB 254 96 189 -
CMYK 0 0.62 0.26 0.00
HSL 324.68º 0.99% 0.69% -
HSV(B) 324.68º 0.62% 1% -
XYZ 54.24 33.11 51.68 -
YUV 153.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 254 96 189 0 0.62 0.26 0.00 324.68 0.99 0.69
Hex FE 60 BD 0 3E 1A 0 145 63 45
Octal 376 140 275 0 76 32 0 505 143 105
Binary 11111110 1100000 10111101 0 111110 11010 0 101000101 1100011 1000101

Color Harmonies of #FE60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE60BD

Black with #FE60BD

Text Example


Text Example

White with #FE60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE60BD; }

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

 H1.HeaderClassName
 {
   color: #FE60BD;
 }
 .AnyTagClassName
 {
   color: #FE60BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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