#F25ED9

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

Shades of Free Speech Magenta #F25ED9

Tints of Free Speech Magenta #F25ED9

Color information

#F25ED9 (or 0xF25ED9) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5E and D9. RGB value is (242,94,217). Sum of RGB (Red+Green+Blue) = 242+94+217=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ED9 is #0DA126. Grayscale: #979797. Windows color (decimal): -893223 or 14245618. OLE color: 14245618.

HSL color Cylindrical-coordinate representation of color #F25ED9: hue angle of 310.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25ED9 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24294217-
CMYK00.610.100.05
HSL310.14º85.06%65.88%-
HSV(B)310.14º61.16%94.9%-
XYZ53.1531.8969-
YUV152.27164.53192-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 94 (37.11% from 255) = 17.00%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=43.76%
G=17.00%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429421700.610.100.05310.1485.0665.88
HexF25ED903DA51365542
Octal362136331075125466125102
Binary111100101011110110110010111101101010110011011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25ED9; }

 p { color: rgb(242,94,217); }

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

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

 a { background-color: rgb(242,94,217); }

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

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

 span { border-color: rgb(242,94,217); }

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