#F255E5

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

Shades of Free Speech Magenta #F255E5

Tints of Free Speech Magenta #F255E5

Color information

#F255E5 (or 0xF255E5) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 55 and E5. RGB value is (242,85,229). Sum of RGB (Red+Green+Blue) = 242+85+229=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F255E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255E5 is #0DAA1A. Grayscale: #939393. Windows color (decimal): -895515 or 15029746. OLE color: 15029746.

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

Color convert

RGB24285229-
CMYK00.650.050.05
HSL304.97º85.79%64.12%-
HSV(B)304.97º64.88%94.9%-
XYZ54.0131.0377.27-
YUV148.36173.51194.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 85 (33.59% from 255) = 15.29%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=43.53%
G=15.29%
B=41.19%

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
Decimal2428522900.650.050.05304.9785.7964.12
HexF255E5041551315640
Octal362125345010155461126100
Binary111100101010101111001010100000110110110011000110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F255E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F255E5; }

 p { color: rgb(242,85,229); }

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

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

 a { background-color: rgb(242,85,229); }

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

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

 span { border-color: rgb(242,85,229); }

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