#F84DDD

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

Shades of Free Speech Magenta #F84DDD

Tints of Free Speech Magenta #F84DDD

Color information

#F84DDD (or 0xF84DDD) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 4D and DD. RGB value is (248,77,221). Sum of RGB (Red+Green+Blue) = 248+77+221=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DDD is #07B222. Grayscale: #909090. Windows color (decimal): -504355 or 14503416. OLE color: 14503416.

HSL color Cylindrical-coordinate representation of color #F84DDD: hue angle of 309.47º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DDD is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24877221-
CMYK00.690.110.03
HSL309.47º92.43%63.73%-
HSV(B)309.47º68.95%97.25%-
XYZ54.4230.4871.42-
YUV144.55171.15201.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 77 (30.47% from 255) = 14.10%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=45.42%
G=14.10%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487722100.690.110.03309.4792.4363.73
HexF84DDD045B31355c40
Octal3701153350105133465134100
Binary111110001001101110111010100010110111110011010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84DDD; }

 p { color: rgb(248,77,221); }

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

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

 a { background-color: rgb(248,77,221); }

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

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

 span { border-color: rgb(248,77,221); }

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