#f254ea

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

Shades of Free Speech Magenta #F254EA

Tints of Free Speech Magenta #F254EA

Color information

#F254EA (or 0xF254EA) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 54 and EA. RGB value is (242,84,234). Sum of RGB (Red+Green+Blue) = 242+84+234=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 84 (33.20% from 255 or 15% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F254EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254EA is #0DAB15. Grayscale: #939393. Windows color (decimal): -895766 or 15357170. OLE color: 15357170.

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

Color convert

RGB24284234-
CMYK00.650.030.05
HSL303.04º85.87%63.92%-
HSV(B)303.04º65.29%94.9%-
XYZ54.6431.1680.98-
YUV148.34176.35194.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 84 (33.20% from 255) = 15%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=43.21%
G=15%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428423400.650.030.05303.0485.8763.92
HexF254EA0413512f5640
Octal362124352010135457126100
Binary11110010101010011101010010000011110110010111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f254ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f254ea; }

 p { color: rgb(242,84,234); }

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

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

 a { background-color: rgb(242,84,234); }

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

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

 span { border-color: rgb(242,84,234); }

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