Html Css Color HEX #FE72B8 Hot Pink

📋 copy color: '#FE72B8'

red 254 ◦ green 114 ◦ blue 184

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

Shades of Hot Pink #FE72B8

Tints of Hot Pink #FE72B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 46.01%
G = 20.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE72B8 (or 0xFE72B8) is known color: Hot Pink. HEX triplet: FE, 72 and B8. RGB value is (254,114,184). Sum of RGB (Red+Green+Blue) = 254+114+184=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72B8 is #018D47. Grayscale: #A3A3A3. Windows color (decimal): -101704 or 12088062. OLE color: 12088062.

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

Color convert

RGB 254 114 184 -
CMYK 0 0.55 0.28 0.00
HSL 330º 0.99% 0.72% -
HSV(B) 330º 0.55% 1% -
XYZ 55.54 36.57 49.48 -
YUV 163.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 254 114 184 0 0.55 0.28 0.00 330 0.99 0.72
Hex FE 72 B8 0 37 1C 0 14A 63 48
Octal 376 162 270 0 67 34 0 512 143 110
Binary 11111110 1110010 10111000 0 110111 11100 0 101001010 1100011 1001000

Color Harmonies of #FE72B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72B8

Black with #FE72B8

Text Example


Text Example

White with #FE72B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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