#F264DC

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

Shades of Free Speech Magenta #F264DC

Tints of Free Speech Magenta #F264DC

Color information

#F264DC (or 0xF264DC) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 64 and DC. RGB value is (242,100,220). Sum of RGB (Red+Green+Blue) = 242+100+220=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F264DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264DC is #0D9B23. Grayscale: #9B9B9B. Windows color (decimal): -891684 or 14443762. OLE color: 14443762.

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

Color convert

RGB242100220-
CMYK00.590.090.05
HSL309.3º84.52%67.06%-
HSV(B)309.3º58.68%94.9%-
XYZ54.0933.1671.26-
YUV156.14164.04189.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 100 (39.45% from 255) = 17.79%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=43.06%
G=17.79%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210022000.590.090.05309.384.5267.06
HexF264DC03B951355543
Octal362144334073115465125103
Binary111100101100100110111000111011100110110011010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F264DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F264DC; }

 p { color: rgb(242,100,220); }

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

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

 a { background-color: rgb(242,100,220); }

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

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

 span { border-color: rgb(242,100,220); }

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