#FF74BB

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

Shades of Hot Pink #FF74BB

Tints of Hot Pink #FF74BB

Color information

#FF74BB (or 0xFF74BB) is unknown color: approx Hot Pink. HEX triplet: FF, 74 and BB. RGB value is (255,116,187). Sum of RGB (Red+Green+Blue) = 255+116+187=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74BB is #008B44. Grayscale: #A5A5A5. Windows color (decimal): -35653 or 12285183. OLE color: 12285183.

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

Color convert

RGB255116187-
CMYK00.550.270
HSL329.35º100%72.75%-
HSV(B)329.35º54.51%100%-
XYZ56.4637.3451.25-
YUV165.66140.05191.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=45.70%
G=20.79%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511618700.550.270329.3510072.75
HexFF74BB0371B01496449
Octal377164273067330511144111
Binary11111111111010010111011011011111011010100100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74BB; }

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

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

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

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

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

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

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

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