#FF5FE3

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

Shades of Free Speech Magenta #FF5FE3

Tints of Free Speech Magenta #FF5FE3

Color information

#FF5FE3 (or 0xFF5FE3) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 5F and E3. RGB value is (255,95,227). Sum of RGB (Red+Green+Blue) = 255+95+227=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FE3 is #00A01C. Grayscale: #9D9D9D. Windows color (decimal): -40989 or 14901247. OLE color: 14901247.

HSL color Cylindrical-coordinate representation of color #FF5FE3: hue angle of 310.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FE3 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB25595227-
CMYK00.630.110
HSL310.5º100%68.63%-
HSV(B)310.5º62.75%100%-
XYZ59.234.9976.31-
YUV157.89167.01197.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 95 (37.5% from 255) = 16.46%
BLUE value IS 227 (89.06% from 255) = 39.34%
R=44.19%
G=16.46%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559522700.630.110310.510068.63
HexFF5FE303FB01366445
Octal377137343077130466144105
Binary1111111110111111110001101111111011010011011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5FE3; }

 p { color: rgb(255,95,227); }

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

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

 a { background-color: rgb(255,95,227); }

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

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

 span { border-color: rgb(255,95,227); }

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