#F362DC

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

Shades of Free Speech Magenta #F362DC

Tints of Free Speech Magenta #F362DC

Color information

#F362DC (or 0xF362DC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 62 and DC. RGB value is (243,98,220). Sum of RGB (Red+Green+Blue) = 243+98+220=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F362DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F362DC is #0C9D23. Grayscale: #9A9A9A. Windows color (decimal): -826660 or 14443251. OLE color: 14443251.

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

Color convert

RGB24398220-
CMYK00.600.090.05
HSL309.52º85.8%66.86%-
HSV(B)309.52º59.67%95.29%-
XYZ54.2532.9671.21-
YUV155.26164.54190.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.32%
GREEN value IS 98 (38.67% from 255) = 17.47%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=43.32%
G=17.47%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439822000.600.090.05309.5285.866.86
HexF362DC03C951365643
Octal363142334074115466126103
Binary111100111100010110111000111100100110110011011010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F362DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F362DC; }

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

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

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

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

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

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

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

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