#FD62DF

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

Shades of Free Speech Magenta #FD62DF

Tints of Free Speech Magenta #FD62DF

Color information

#FD62DF (or 0xFD62DF) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 62 and DF. RGB value is (253,98,223). Sum of RGB (Red+Green+Blue) = 253+98+223=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 98 (38.67% from 255 or 17.07% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD62DF is #029D20. Grayscale: #9E9E9E. Windows color (decimal): -171297 or 14639869. OLE color: 14639869.

HSL color Cylindrical-coordinate representation of color #FD62DF: hue angle of 311.61º 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 #FD62DF is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB25398223-
CMYK00.610.120.01
HSL311.61º97.48%68.82%-
HSV(B)311.61º61.26%99.22%-
XYZ58.1934.9573.49-
YUV158.6164.35195.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 98 (38.67% from 255) = 17.07%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=44.08%
G=17.07%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539822300.610.120.01311.6197.4868.82
HexFD62DF03DC11386145
Octal375142337075141470141105
Binary1111110111000101101111101111011100110011100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD62DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD62DF; }

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

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

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

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

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

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

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

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