#F35ADB

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

Shades of Free Speech Magenta #F35ADB

Tints of Free Speech Magenta #F35ADB

Color information

#F35ADB (or 0xF35ADB) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 5A and DB. RGB value is (243,90,219). Sum of RGB (Red+Green+Blue) = 243+90+219=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F35ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35ADB is #0CA524. Grayscale: #969696. Windows color (decimal): -828709 or 14375667. OLE color: 14375667.

HSL color Cylindrical-coordinate representation of color #F35ADB: hue angle of 309.41º 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 #F35ADB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24390219-
CMYK00.630.100.05
HSL309.41º86.44%65.29%-
HSV(B)309.41º62.96%95.29%-
XYZ53.431.4870.28-
YUV150.45166.69194.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.02%
GREEN value IS 90 (35.55% from 255) = 16.30%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=44.02%
G=16.30%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439021900.630.100.05309.4186.4465.29
HexF35ADB03FA51355641
Octal363132333077125465126101
Binary111100111011010110110110111111101010110011010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35ADB; }

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

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

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

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

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

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

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

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