#FD65E3

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

Shades of Free Speech Magenta #FD65E3

Tints of Free Speech Magenta #FD65E3

Color information

#FD65E3 (or 0xFD65E3) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 65 and E3. RGB value is (253,101,227). Sum of RGB (Red+Green+Blue) = 253+101+227=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65E3 is #029A1C. Grayscale: #A0A0A0. Windows color (decimal): -170525 or 14902781. OLE color: 14902781.

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

Color convert

RGB253101227-
CMYK00.600.100.01
HSL310.26º97.44%69.41%-
HSV(B)310.26º60.08%99.22%-
XYZ59.0335.7476.46-
YUV160.81165.36193.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 101 (39.84% from 255) = 17.38%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=43.55%
G=17.38%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310122700.600.100.01310.2697.4469.41
HexFD65E303CA11366145
Octal375145343074121466141105
Binary1111110111001011110001101111001010110011011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65E3; }

 p { color: rgb(253,101,227); }

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

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

 a { background-color: rgb(253,101,227); }

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

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

 span { border-color: rgb(253,101,227); }

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