Html Css Color HEX #FE72BB Hot Pink

📋 copy color: '#FE72BB'

red 254 ◦ green 114 ◦ blue 187

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

Shades of Hot Pink #FE72BB

Tints of Hot Pink #FE72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.54%

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 45.77%
G = 20.54%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE72BB (or 0xFE72BB) is known color: Hot Pink. HEX triplet: FE, 72 and BB. RGB value is (254,114,187). Sum of RGB (Red+Green+Blue) = 254+114+187=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72BB is #018D44. Grayscale: #A4A4A4. Windows color (decimal): -101701 or 12284670. OLE color: 12284670.

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

Color convert

RGB 254 114 187 -
CMYK 0 0.55 0.26 0.00
HSL 328.71º 0.99% 0.72% -
HSV(B) 328.71º 0.55% 1% -
XYZ 55.86 36.69 51.15 -
YUV 164.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 254 114 187 0 0.55 0.26 0.00 328.71 0.99 0.72
Hex FE 72 BB 0 37 1A 0 149 63 48
Octal 376 162 273 0 67 32 0 511 143 110
Binary 11111110 1110010 10111011 0 110111 11010 0 101001001 1100011 1001000

Color Harmonies of #FE72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72BB

Black with #FE72BB

Text Example


Text Example

White with #FE72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72BB; }

 p { color: rgb(254,114,187); }

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

background-color css

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

 a { background-color: rgb(254,114,187); }

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

border-color css

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

 span { border-color: rgb(254,114,187); }

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