#F25CE7

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

Shades of Free Speech Magenta #F25CE7

Tints of Free Speech Magenta #F25CE7

Color information

#F25CE7 (or 0xF25CE7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5C and E7. RGB value is (242,92,231). Sum of RGB (Red+Green+Blue) = 242+92+231=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CE7 is #0DA318. Grayscale: #989898. Windows color (decimal): -893721 or 15162610. OLE color: 15162610.

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

Color convert

RGB24292231-
CMYK00.620.050.05
HSL304.4º85.23%65.49%-
HSV(B)304.4º61.98%94.9%-
XYZ54.8732.378.94-
YUV152.7172.2191.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 92 (36.33% from 255) = 16.28%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=42.83%
G=16.28%
B=40.88%

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
Decimal2429223100.620.050.05304.485.2365.49
HexF25CE703E551305541
Octal36213434707655460125101
Binary11110010101110011100111011111010110110011000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25CE7; }

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

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

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

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

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

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

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

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