Html Css Color HEX #FE61BD Hot Pink

📋 copy color: '#FE61BD'

red 254 ◦ green 97 ◦ blue 189

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

Shades of Hot Pink #FE61BD

Tints of Hot Pink #FE61BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.96%

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

R = 47.04%
G = 17.96%
B = 35%

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

#FE61BD (or 0xFE61BD) is known color: Hot Pink. HEX triplet: FE, 61 and BD. RGB value is (254,97,189). Sum of RGB (Red+Green+Blue) = 254+97+189=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61BD is #019E42. Grayscale: #9A9A9A. Windows color (decimal): -106051 or 12411390. OLE color: 12411390.

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

Color convert

RGB 254 97 189 -
CMYK 0 0.62 0.26 0.00
HSL 324.84º 0.99% 0.69% -
HSV(B) 324.84º 0.62% 1% -
XYZ 54.33 33.29 51.71 -
YUV 154.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 254 97 189 0 0.62 0.26 0.00 324.84 0.99 0.69
Hex FE 61 BD 0 3E 1A 0 145 63 45
Octal 376 141 275 0 76 32 0 505 143 105
Binary 11111110 1100001 10111101 0 111110 11010 0 101000101 1100011 1000101

Color Harmonies of #FE61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61BD

Black with #FE61BD

Text Example


Text Example

White with #FE61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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