#F05DCB

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

Shades of Free Speech Magenta #F05DCB

Tints of Free Speech Magenta #F05DCB

Color information

#F05DCB (or 0xF05DCB) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5D and CB. RGB value is (240,93,203). Sum of RGB (Red+Green+Blue) = 240+93+203=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DCB is #0FA234. Grayscale: #959595. Windows color (decimal): -1024565 or 13327856. OLE color: 13327856.

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

Color convert

RGB24093203-
CMYK00.610.150.06
HSL315.1º83.05%65.29%-
HSV(B)315.1º61.25%94.12%-
XYZ50.6330.6759.75-
YUV149.49158.2192.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 93 (36.72% from 255) = 17.35%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=44.78%
G=17.35%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409320300.610.150.06315.183.0565.29
HexF05DCB03DF613b5341
Octal360135313075176473123101
Binary111100001011101110010110111101111111010011101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05DCB; }

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

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

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

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

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

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

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

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