#F35ADC

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

Shades of Free Speech Magenta #F35ADC

Tints of Free Speech Magenta #F35ADC

Color information

#F35ADC (or 0xF35ADC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 5A and DC. RGB value is (243,90,220). Sum of RGB (Red+Green+Blue) = 243+90+220=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F35ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35ADC is #0CA523. Grayscale: #969696. Windows color (decimal): -828708 or 14441203. OLE color: 14441203.

HSL color Cylindrical-coordinate representation of color #F35ADC: hue angle of 309.02º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35ADC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24390220-
CMYK00.630.090.05
HSL309.02º86.44%65.29%-
HSV(B)309.02º62.96%95.29%-
XYZ53.5431.5370.98-
YUV150.57167.19193.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=43.94%
G=16.27%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439022000.630.090.05309.0286.4465.29
HexF35ADC03F951355641
Octal363132334077115465126101
Binary111100111011010110111000111111100110110011010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35ADC; }

 p { color: rgb(243,90,220); }

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

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

 a { background-color: rgb(243,90,220); }

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

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

 span { border-color: rgb(243,90,220); }

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