#FA4EBD

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

Shades of Hot Pink #FA4EBD

Tints of Hot Pink #FA4EBD

Color information

#FA4EBD (or 0xFA4EBD) is unknown color: approx Hot Pink. HEX triplet: FA, 4E and BD. RGB value is (250,78,189). Sum of RGB (Red+Green+Blue) = 250+78+189=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EBD is #05B142. Grayscale: #8D8D8D. Windows color (decimal): -373059 or 12406522. OLE color: 12406522.

HSL color Cylindrical-coordinate representation of color #FA4EBD: hue angle of 321.28º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4EBD is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB25078189-
CMYK00.690.240.02
HSL321.28º94.51%64.31%-
HSV(B)321.28º68.8%98.04%-
XYZ51.3329.4551.12-
YUV142.08154.48204.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 78 (30.86% from 255) = 15.09%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=48.36%
G=15.09%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507818900.690.240.02321.2894.5164.31
HexFA4EBD0451821415f40
Octal3721162750105302501137100
Binary1111101010011101011110101000101110001010100000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4EBD; }

 p { color: rgb(250,78,189); }

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

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

 a { background-color: rgb(250,78,189); }

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

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

 span { border-color: rgb(250,78,189); }

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