#FA74B4

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

Shades of Hot Pink #FA74B4

Tints of Hot Pink #FA74B4

Color information

#FA74B4 (or 0xFA74B4) is unknown color: approx Hot Pink. HEX triplet: FA, 74 and B4. RGB value is (250,116,180). Sum of RGB (Red+Green+Blue) = 250+116+180=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74B4 is #058B4B. Grayscale: #A3A3A3. Windows color (decimal): -363340 or 11826426. OLE color: 11826426.

HSL color Cylindrical-coordinate representation of color #FA74B4: hue angle of 331.34º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74B4 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250116180-
CMYK00.540.280.02
HSL331.34º93.06%71.76%-
HSV(B)331.34º53.6%98.04%-
XYZ53.9136.1147.31-
YUV163.36137.39189.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.79%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=45.79%
G=21.25%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011618000.540.280.02331.3493.0671.76
HexFA74B40361C214b5d48
Octal372164264066342513135110
Binary111110101110100101101000110110111001010100101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA74B4; }

 p { color: rgb(250,116,180); }

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

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

 a { background-color: rgb(250,116,180); }

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

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

 span { border-color: rgb(250,116,180); }

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