#F05DCA

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

Shades of Free Speech Magenta #F05DCA

Tints of Free Speech Magenta #F05DCA

Color information

#F05DCA (or 0xF05DCA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5D and CA. RGB value is (240,93,202). Sum of RGB (Red+Green+Blue) = 240+93+202=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DCA is #0FA235. Grayscale: #959595. Windows color (decimal): -1024566 or 13262320. OLE color: 13262320.

HSL color Cylindrical-coordinate representation of color #F05DCA: hue angle of 315.51º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DCA is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB24093202-
CMYK00.610.160.06
HSL315.51º83.05%65.29%-
HSV(B)315.51º61.25%94.12%-
XYZ50.5130.6259.12-
YUV149.38157.7192.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 93 (36.72% from 255) = 17.38%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=44.86%
G=17.38%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409320200.610.160.06315.5183.0565.29
HexF05DCA03D10613c5341
Octal360135312075206474123101
Binary1111000010111011100101001111011000011010011110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05DCA; }

 p { color: rgb(240,93,202); }

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

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

 a { background-color: rgb(240,93,202); }

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

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

 span { border-color: rgb(240,93,202); }

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