Html Css Color HEX #FF72B2 Hot Pink

📋 copy color: '#FF72B2'

red 255 ◦ green 114 ◦ blue 178

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

Shades of Hot Pink #FF72B2

Tints of Hot Pink #FF72B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 46.62%
G = 20.84%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF72B2 (or 0xFF72B2) is known color: Hot Pink. HEX triplet: FF, 72 and B2. RGB value is (255,114,178). Sum of RGB (Red+Green+Blue) = 255+114+178=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72B2 is #008D4D. Grayscale: #A3A3A3. Windows color (decimal): -36174 or 11694847. OLE color: 11694847.

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

Color convert

RGB 255 114 178 -
CMYK 0 0.55 0.30 0
HSL 332.77º 1% 0.72% -
HSV(B) 332.77º 0.55% 1% -
XYZ 55.29 36.51 46.25 -
YUV 163.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 255 114 178 0 0.55 0.30 0 332.77 1 0.72
Hex FF 72 B2 0 37 1E 0 14D 64 48
Octal 377 162 262 0 67 36 0 515 144 110
Binary 11111111 1110010 10110010 0 110111 11110 0 101001101 1100100 1001000

Color Harmonies of #FF72B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72B2

Black with #FF72B2

Text Example


Text Example

White with #FF72B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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