Html Css Color HEX #FF72B1 Hot Pink

📋 copy color: '#FF72B1'

red 255 ◦ green 114 ◦ blue 177

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

Shades of Hot Pink #FF72B1

Tints of Hot Pink #FF72B1

RGB

 RED value IS 255 (100% from 255) = 46.7%

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

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 46.7%
G = 20.88%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF72B1 (or 0xFF72B1) is known color: Hot Pink. HEX triplet: FF, 72 and B1. RGB value is (255,114,177). Sum of RGB (Red+Green+Blue) = 255+114+177=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72B1 is #008D4E. Grayscale: #A3A3A3. Windows color (decimal): -36175 or 11629311. OLE color: 11629311.

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

Color convert

RGB 255 114 177 -
CMYK 0 0.55 0.31 0
HSL 333.19º 1% 0.72% -
HSV(B) 333.19º 0.55% 1% -
XYZ 55.19 36.47 45.73 -
YUV 163.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 255 114 177 0 0.55 0.31 0 333.19 1 0.72
Hex FF 72 B1 0 37 1F 0 14D 64 48
Octal 377 162 261 0 67 37 0 515 144 110
Binary 11111111 1110010 10110001 0 110111 11111 0 101001101 1100100 1001000

Color Harmonies of #FF72B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72B1

Black with #FF72B1

Text Example


Text Example

White with #FF72B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72B1; }

 p { color: rgb(255,114,177); }

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

background-color css

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

 a { background-color: rgb(255,114,177); }

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

border-color css

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

 span { border-color: rgb(255,114,177); }

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