#FA27B9

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

Shades of Spicy Pink #FA27B9

Tints of Spicy Pink #FA27B9

Color information

#FA27B9 (or 0xFA27B9) is unknown color: approx Spicy Pink. HEX triplet: FA, 27 and B9. RGB value is (250,39,185). Sum of RGB (Red+Green+Blue) = 250+39+185=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27B9 is #05D846. Grayscale: #767676. Windows color (decimal): -383047 or 12134394. OLE color: 12134394.

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

Color convert

RGB25039185-
CMYK00.840.260.02
HSL318.48º95.48%56.67%-
HSV(B)318.48º84.4%98.04%-
XYZ48.9125.2848.2-
YUV118.73165.4221.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.74%
GREEN value IS 39 (15.62% from 255) = 8.23%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=52.74%
G=8.23%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503918500.840.260.02318.4895.4856.67
HexFA27B90541A213e5f39
Octal37247271012432247613771
Binary11111010100111101110010101010011010101001111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA27B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA27B9; }

 p { color: rgb(250,39,185); }

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

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

 a { background-color: rgb(250,39,185); }

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

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

 span { border-color: rgb(250,39,185); }

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