#FD62E1

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

Shades of Free Speech Magenta #FD62E1

Tints of Free Speech Magenta #FD62E1

Color information

#FD62E1 (or 0xFD62E1) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 62 and E1. RGB value is (253,98,225). Sum of RGB (Red+Green+Blue) = 253+98+225=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 98 (38.67% from 255 or 17.01% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD62E1 is #029D1E. Grayscale: #9E9E9E. Windows color (decimal): -171295 or 14770941. OLE color: 14770941.

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

Color convert

RGB25398225-
CMYK00.610.110.01
HSL310.84º97.48%68.82%-
HSV(B)310.84º61.26%99.22%-
XYZ58.4735.0574.92-
YUV158.82165.35195.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 98 (38.67% from 255) = 17.01%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=43.92%
G=17.01%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539822500.610.110.01310.8497.4868.82
HexFD62E103DB11376145
Octal375142341075131467141105
Binary1111110111000101110000101111011011110011011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD62E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD62E1; }

 p { color: rgb(253,98,225); }

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

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

 a { background-color: rgb(253,98,225); }

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

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

 span { border-color: rgb(253,98,225); }

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