#F25ED0

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

Shades of Free Speech Magenta #F25ED0

Tints of Free Speech Magenta #F25ED0

Color information

#F25ED0 (or 0xF25ED0) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5E and D0. RGB value is (242,94,208). Sum of RGB (Red+Green+Blue) = 242+94+208=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ED0 is #0DA12F. Grayscale: #969696. Windows color (decimal): -893232 or 13655794. OLE color: 13655794.

HSL color Cylindrical-coordinate representation of color #F25ED0: hue angle of 313.78º 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 #F25ED0 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24294208-
CMYK00.610.140.05
HSL313.78º85.06%65.88%-
HSV(B)313.78º61.16%94.9%-
XYZ52.0131.4463-
YUV151.25160.03192.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 94 (37.11% from 255) = 17.28%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=44.49%
G=17.28%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429420800.610.140.05313.7885.0665.88
HexF25ED003DE513a5542
Octal362136320075165472125102
Binary111100101011110110100000111101111010110011101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25ED0; }

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

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

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

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

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

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

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

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