#ff74af

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

Shades of Hot Pink #FF74AF

Tints of Hot Pink #FF74AF

Color information

#FF74AF (or 0xFF74AF) is unknown color: approx Hot Pink. HEX triplet: FF, 74 and AF. RGB value is (255,116,175). Sum of RGB (Red+Green+Blue) = 255+116+175=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74AF is #008B50. Grayscale: #A4A4A4. Windows color (decimal): -35665 or 11498751. OLE color: 11498751.

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

Color convert

RGB255116175-
CMYK00.550.310
HSL334.53º100%72.75%-
HSV(B)334.53º54.51%100%-
XYZ55.2236.8544.76-
YUV164.29134.05192.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=46.70%
G=21.25%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511617500.550.310334.5310072.75
HexFF74AF0371F014f6449
Octal377164257067370517144111
Binary11111111111010010101111011011111111010100111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff74af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff74af; }

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

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

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

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

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

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

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

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