#FF74B0

Color #FF74B0 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FF74B0

Tints of Hot Pink #FF74B0

Color information

#FF74B0 (or 0xFF74B0) is unknown color: approx Hot Pink. HEX triplet: FF, 74 and B0. RGB value is (255,116,176). Sum of RGB (Red+Green+Blue) = 255+116+176=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74B0 is #008B4F. Grayscale: #A4A4A4. Windows color (decimal): -35664 or 11564287. OLE color: 11564287.

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

Color convert

RGB255116176-
CMYK00.550.310
HSL334.1º100%72.75%-
HSV(B)334.1º54.51%100%-
XYZ55.3236.8945.28-
YUV164.4134.55192.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=46.62%
G=21.21%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511617600.550.310334.110072.75
HexFF74B00371F014e6449
Octal377164260067370516144111
Binary11111111111010010110000011011111111010100111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74B0; }

 p { color: rgb(255,116,176); }

 H1.HeaderClassName
 {
   color: #FF74B0;
 }
 .AnyTagClassName
 {
   color: #FF74B0;
 }
</style>
background-color css

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

 a { background-color: rgb(255,116,176); }

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

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

 span { border-color: rgb(255,116,176); }

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