#FF74B3

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

Shades of Hot Pink #FF74B3

Tints of Hot Pink #FF74B3

Color information

#FF74B3 (or 0xFF74B3) is unknown color: approx Hot Pink. HEX triplet: FF, 74 and B3. RGB value is (255,116,179). Sum of RGB (Red+Green+Blue) = 255+116+179=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74B3 is #008B4C. Grayscale: #A4A4A4. Windows color (decimal): -35661 or 11760895. OLE color: 11760895.

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

Color convert

RGB255116179-
CMYK00.550.300
HSL332.81º100%72.75%-
HSV(B)332.81º54.51%100%-
XYZ55.6237.0146.86-
YUV164.74136.05192.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=46.36%
G=21.09%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511617900.550.300332.8110072.75
HexFF74B30371E014d6449
Octal377164263067360515144111
Binary11111111111010010110011011011111110010100110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74B3; }

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

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

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

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

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

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

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

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