#F253EE

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

Shades of Free Speech Magenta #F253EE

Tints of Free Speech Magenta #F253EE

Color information

#F253EE (or 0xF253EE) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 53 and EE. RGB value is (242,83,238). Sum of RGB (Red+Green+Blue) = 242+83+238=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F253EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253EE is #0DAC11. Grayscale: #939393. Windows color (decimal): -896018 or 15619058. OLE color: 15619058.

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

Color convert

RGB24283238-
CMYK00.660.020.05
HSL301.51º85.95%63.73%-
HSV(B)301.51º65.7%94.9%-
XYZ55.1431.2484.01-
YUV148.21178.68194.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 83 (32.81% from 255) = 14.74%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=42.98%
G=14.74%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428323800.660.020.05301.5185.9563.73
HexF253EE0422512e5640
Octal362123356010225456126100
Binary11110010101001111101110010000101010110010111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F253EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F253EE; }

 p { color: rgb(242,83,238); }

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

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

 a { background-color: rgb(242,83,238); }

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

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

 span { border-color: rgb(242,83,238); }

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