#F25CDE

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

Shades of Free Speech Magenta #F25CDE

Tints of Free Speech Magenta #F25CDE

Color information

#F25CDE (or 0xF25CDE) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5C and DE. RGB value is (242,92,222). Sum of RGB (Red+Green+Blue) = 242+92+222=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CDE is #0DA321. Grayscale: #979797. Windows color (decimal): -893730 or 14572786. OLE color: 14572786.

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

Color convert

RGB24292222-
CMYK00.620.080.05
HSL308º85.23%65.49%-
HSV(B)308º61.98%94.9%-
XYZ53.6331.8172.42-
YUV151.67167.7192.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 92 (36.33% from 255) = 16.55%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=43.53%
G=16.55%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429222200.620.080.0530885.2365.49
HexF25CDE03E851345541
Octal362134336076105464125101
Binary111100101011100110111100111110100010110011010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25CDE; }

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

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

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

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

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

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

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

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