#FA5FBE

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

Shades of Hot Pink #FA5FBE

Tints of Hot Pink #FA5FBE

Color information

#FA5FBE (or 0xFA5FBE) is unknown color: approx Hot Pink. HEX triplet: FA, 5F and BE. RGB value is (250,95,190). Sum of RGB (Red+Green+Blue) = 250+95+190=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FBE is #05A041. Grayscale: #979797. Windows color (decimal): -368706 or 12476410. OLE color: 12476410.

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

Color convert

RGB25095190-
CMYK00.620.240.02
HSL323.23º93.94%67.65%-
HSV(B)323.23º62%98.04%-
XYZ52.8132.2352.15-
YUV152.17149.35197.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 95 (37.5% from 255) = 17.76%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=46.73%
G=17.76%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509519000.620.240.02323.2393.9467.65
HexFA5FBE03E1821435e44
Octal372137276076302503136104
Binary111110101011111101111100111110110001010100001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FBE; }

 p { color: rgb(250,95,190); }

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

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

 a { background-color: rgb(250,95,190); }

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

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

 span { border-color: rgb(250,95,190); }

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