#F25BDE

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

Shades of Free Speech Magenta #F25BDE

Tints of Free Speech Magenta #F25BDE

Color information

#F25BDE (or 0xF25BDE) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5B and DE. RGB value is (242,91,222). Sum of RGB (Red+Green+Blue) = 242+91+222=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BDE is #0DA421. Grayscale: #969696. Windows color (decimal): -893986 or 14572530. OLE color: 14572530.

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

Color convert

RGB24291222-
CMYK00.620.080.05
HSL307.95º85.31%65.29%-
HSV(B)307.95º62.4%94.9%-
XYZ53.5431.6372.39-
YUV151.08168.03192.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 91 (35.94% from 255) = 16.40%
BLUE value IS 222 (87.11% from 255) = 40%
R=43.60%
G=16.40%
B=40%

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
Decimal2429122200.620.080.05307.9585.3165.29
HexF25BDE03E851345541
Octal362133336076105464125101
Binary111100101011011110111100111110100010110011010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25BDE; }

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

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

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

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

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

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

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

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