#F469DA

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

Shades of Free Speech Magenta #F469DA

Tints of Free Speech Magenta #F469DA

Color information

#F469DA (or 0xF469DA) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 69 and DA. RGB value is (244,105,218). Sum of RGB (Red+Green+Blue) = 244+105+218=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F469DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469DA is #0B9625. Grayscale: #9F9F9F. Windows color (decimal): -759334 or 14313972. OLE color: 14313972.

HSL color Cylindrical-coordinate representation of color #F469DA: hue angle of 311.22º 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 #F469DA is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244105218-
CMYK00.570.110.04
HSL311.22º86.34%68.43%-
HSV(B)311.22º56.97%95.69%-
XYZ55.0134.470.07-
YUV159.44161.05188.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.03%
GREEN value IS 105 (41.41% from 255) = 18.52%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=43.03%
G=18.52%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410521800.570.110.04311.2286.3468.43
HexF469DA039B41375644
Octal364151332071134467126104
Binary111101001101001110110100111001101110010011011110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F469DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F469DA; }

 p { color: rgb(244,105,218); }

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

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

 a { background-color: rgb(244,105,218); }

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

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

 span { border-color: rgb(244,105,218); }

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