#F467DE

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

Shades of Free Speech Magenta #F467DE

Tints of Free Speech Magenta #F467DE

Color information

#F467DE (or 0xF467DE) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 67 and DE. RGB value is (244,103,222). Sum of RGB (Red+Green+Blue) = 244+103+222=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 103 (40.62% from 255 or 18.10% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F467DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F467DE is #0B9821. Grayscale: #9E9E9E. Windows color (decimal): -759842 or 14575604. OLE color: 14575604.

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

Color convert

RGB244103222-
CMYK00.580.090.04
HSL309.36º86.5%68.04%-
HSV(B)309.36º57.79%95.69%-
XYZ55.3434.2172.79-
YUV158.72163.71188.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.88%
GREEN value IS 103 (40.62% from 255) = 18.10%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=42.88%
G=18.10%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410322200.580.090.04309.3686.568.04
HexF467DE03A941355744
Octal364147336072114465127104
Binary111101001100111110111100111010100110010011010110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F467DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F467DE; }

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

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

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

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

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

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

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

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