#FF74B9

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

Shades of Hot Pink #FF74B9

Tints of Hot Pink #FF74B9

Color information

#FF74B9 (or 0xFF74B9) is unknown color: approx Hot Pink. HEX triplet: FF, 74 and B9. RGB value is (255,116,185). Sum of RGB (Red+Green+Blue) = 255+116+185=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74B9 is #008B46. Grayscale: #A5A5A5. Windows color (decimal): -35655 or 12154111. OLE color: 12154111.

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

Color convert

RGB255116185-
CMYK00.550.270
HSL330.22º100%72.75%-
HSV(B)330.22º54.51%100%-
XYZ56.2437.2550.13-
YUV165.43139.05191.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 116 (45.70% from 255) = 20.86%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=45.86%
G=20.86%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511618500.550.270330.2210072.75
HexFF74B90371B014a6449
Octal377164271067330512144111
Binary11111111111010010111001011011111011010100101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74B9; }

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

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

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

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

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

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

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

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