#F95DDC

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

Shades of Free Speech Magenta #F95DDC

Tints of Free Speech Magenta #F95DDC

Color information

#F95DDC (or 0xF95DDC) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 5D and DC. RGB value is (249,93,220). Sum of RGB (Red+Green+Blue) = 249+93+220=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DDC is #06A223. Grayscale: #999999. Windows color (decimal): -434724 or 14441977. OLE color: 14441977.

HSL color Cylindrical-coordinate representation of color #F95DDC: hue angle of 311.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95DDC is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB24993220-
CMYK00.630.120.02
HSL311.15º92.86%67.06%-
HSV(B)311.15º62.65%97.65%-
XYZ55.933.1471.16-
YUV154.12165.18195.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 93 (36.72% from 255) = 16.55%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=44.31%
G=16.55%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499322000.630.120.02311.1592.8667.06
HexF95DDC03FC21375d43
Octal371135334077142467135103
Binary11111001101110111011100011111111001010011011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95DDC; }

 p { color: rgb(249,93,220); }

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

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

 a { background-color: rgb(249,93,220); }

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

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

 span { border-color: rgb(249,93,220); }

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