#F25DE7

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

Shades of Free Speech Magenta #F25DE7

Tints of Free Speech Magenta #F25DE7

Color information

#F25DE7 (or 0xF25DE7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5D and E7. RGB value is (242,93,231). Sum of RGB (Red+Green+Blue) = 242+93+231=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DE7 is #0DA218. Grayscale: #989898. Windows color (decimal): -893465 or 15162866. OLE color: 15162866.

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

Color convert

RGB24293231-
CMYK00.620.050.05
HSL304.43º85.14%65.69%-
HSV(B)304.43º61.57%94.9%-
XYZ54.9632.4878.97-
YUV153.28171.86191.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 93 (36.72% from 255) = 16.43%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=42.76%
G=16.43%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429323100.620.050.05304.4385.1465.69
HexF25DE703E551305542
Octal36213534707655460125102
Binary11110010101110111100111011111010110110011000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DE7; }

 p { color: rgb(242,93,231); }

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

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

 a { background-color: rgb(242,93,231); }

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

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

 span { border-color: rgb(242,93,231); }

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