#f254eb

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

Shades of Free Speech Magenta #F254EB

Tints of Free Speech Magenta #F254EB

Color information

#F254EB (or 0xF254EB) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 54 and EB. RGB value is (242,84,235). Sum of RGB (Red+Green+Blue) = 242+84+235=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F254EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254EB is #0DAB14. Grayscale: #949494. Windows color (decimal): -895765 or 15422706. OLE color: 15422706.

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

Color convert

RGB24284235-
CMYK00.650.030.05
HSL302.66º85.87%63.92%-
HSV(B)302.66º65.29%94.9%-
XYZ54.7831.2281.74-
YUV148.46176.85194.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 84 (33.20% from 255) = 14.97%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=43.14%
G=14.97%
B=41.89%

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
Decimal2428423500.650.030.05302.6685.8763.92
HexF254EB0413512f5640
Octal362124353010135457126100
Binary11110010101010011101011010000011110110010111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f254eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f254eb; }

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

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

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

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

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

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

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

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