#FF74BA

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

Shades of Hot Pink #FF74BA

Tints of Hot Pink #FF74BA

Color information

#FF74BA (or 0xFF74BA) is unknown color: approx Hot Pink. HEX triplet: FF, 74 and BA. RGB value is (255,116,186). Sum of RGB (Red+Green+Blue) = 255+116+186=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74BA is #008B45. Grayscale: #A5A5A5. Windows color (decimal): -35654 or 12219647. OLE color: 12219647.

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

Color convert

RGB255116186-
CMYK00.550.270
HSL329.78º100%72.75%-
HSV(B)329.78º54.51%100%-
XYZ56.3537.350.68-
YUV165.54139.55191.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 116 (45.70% from 255) = 20.83%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=45.78%
G=20.83%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511618600.550.270329.7810072.75
HexFF74BA0371B014a6449
Octal377164272067330512144111
Binary11111111111010010111010011011111011010100101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74BA; }

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

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

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

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

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

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

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

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