#F25FE1

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

Shades of Free Speech Magenta #F25FE1

Tints of Free Speech Magenta #F25FE1

Color information

#F25FE1 (or 0xF25FE1) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5F and E1. RGB value is (242,95,225). Sum of RGB (Red+Green+Blue) = 242+95+225=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FE1 is #0DA01E. Grayscale: #999999. Windows color (decimal): -892959 or 14770162. OLE color: 14770162.

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

Color convert

RGB24295225-
CMYK00.610.070.05
HSL306.94º84.97%66.08%-
HSV(B)306.94º60.74%94.9%-
XYZ54.332.574.64-
YUV153.77168.2190.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 95 (37.5% from 255) = 16.90%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=43.06%
G=16.90%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429522500.610.070.05306.9484.9766.08
HexF25FE103D751335542
Octal36213734107575463125102
Binary11110010101111111100001011110111110110011001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25FE1; }

 p { color: rgb(242,95,225); }

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

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

 a { background-color: rgb(242,95,225); }

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

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

 span { border-color: rgb(242,95,225); }

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