#FA58E1

Color #FA58E1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FA58E1

Tints of Free Speech Magenta #FA58E1

Color information

#FA58E1 (or 0xFA58E1) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 58 and E1. RGB value is (250,88,225). Sum of RGB (Red+Green+Blue) = 250+88+225=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 88 (34.77% from 255 or 15.63% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58E1 is #05A71E. Grayscale: #979797. Windows color (decimal): -370463 or 14768378. OLE color: 14768378.

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

Color convert

RGB25088225-
CMYK00.650.100.02
HSL309.26º94.19%66.27%-
HSV(B)309.26º64.8%98.04%-
XYZ56.532.7474.58-
YUV152.06169.17197.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 88 (34.77% from 255) = 15.63%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=44.40%
G=15.63%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508822500.650.100.02309.2694.1966.27
HexFA58E1041A21355e42
Octal3721303410101122465136102
Binary111110101011000111000010100000110101010011010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA58E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA58E1; }

 p { color: rgb(250,88,225); }

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

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

 a { background-color: rgb(250,88,225); }

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

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

 span { border-color: rgb(250,88,225); }

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