#F468DE

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

Shades of Free Speech Magenta #F468DE

Tints of Free Speech Magenta #F468DE

Color information

#F468DE (or 0xF468DE) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 68 and DE. RGB value is (244,104,222). Sum of RGB (Red+Green+Blue) = 244+104+222=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F468DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468DE is #0B9721. Grayscale: #9E9E9E. Windows color (decimal): -759586 or 14575860. OLE color: 14575860.

HSL color Cylindrical-coordinate representation of color #F468DE: hue angle of 309.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468DE is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244104222-
CMYK00.570.090.04
HSL309.43º86.42%68.24%-
HSV(B)309.43º57.38%95.69%-
XYZ55.4434.4172.83-
YUV159.31163.38188.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 104 (41.02% from 255) = 18.25%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=42.81%
G=18.25%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410422200.570.090.04309.4386.4268.24
HexF468DE039941355644
Octal364150336071114465126104
Binary111101001101000110111100111001100110010011010110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F468DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F468DE; }

 p { color: rgb(244,104,222); }

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

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

 a { background-color: rgb(244,104,222); }

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

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

 span { border-color: rgb(244,104,222); }

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