#F254E6

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

Shades of Free Speech Magenta #F254E6

Tints of Free Speech Magenta #F254E6

Color information

#F254E6 (or 0xF254E6) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 54 and E6. RGB value is (242,84,230). Sum of RGB (Red+Green+Blue) = 242+84+230=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F254E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254E6 is #0DAB19. Grayscale: #939393. Windows color (decimal): -895770 or 15095026. OLE color: 15095026.

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

Color convert

RGB24284230-
CMYK00.650.050.05
HSL304.56º85.87%63.92%-
HSV(B)304.56º65.29%94.9%-
XYZ54.0730.9377.98-
YUV147.89174.35195.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 84 (33.20% from 255) = 15.11%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=43.53%
G=15.11%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428423000.650.050.05304.5685.8763.92
HexF254E6041551315640
Octal362124346010155461126100
Binary111100101010100111001100100000110110110011000110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F254E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F254E6; }

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

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

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

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

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

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

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

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