#F25DE6

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

Shades of Free Speech Magenta #F25DE6

Tints of Free Speech Magenta #F25DE6

Color information

#F25DE6 (or 0xF25DE6) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5D and E6. RGB value is (242,93,230). Sum of RGB (Red+Green+Blue) = 242+93+230=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DE6 is #0DA219. Grayscale: #989898. Windows color (decimal): -893466 or 15097330. OLE color: 15097330.

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

Color convert

RGB24293230-
CMYK00.620.050.05
HSL304.83º85.14%65.69%-
HSV(B)304.83º61.57%94.9%-
XYZ54.8232.4278.23-
YUV153.17171.36191.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 93 (36.72% from 255) = 16.46%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=42.83%
G=16.46%
B=40.71%

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
Decimal2429323000.620.050.05304.8385.1465.69
HexF25DE603E551315542
Octal36213534607655461125102
Binary11110010101110111100110011111010110110011000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DE6; }

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

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

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

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

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

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

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

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