#F250E7

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

Shades of Free Speech Magenta #F250E7

Tints of Free Speech Magenta #F250E7

Color information

#F250E7 (or 0xF250E7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 50 and E7. RGB value is (242,80,231). Sum of RGB (Red+Green+Blue) = 242+80+231=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F250E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F250E7 is #0DAF18. Grayscale: #919191. Windows color (decimal): -896793 or 15159538. OLE color: 15159538.

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

Color convert

RGB24280231-
CMYK00.670.050.05
HSL304.07º86.17%63.14%-
HSV(B)304.07º66.94%94.9%-
XYZ53.9130.3878.62-
YUV145.65176.17196.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 80 (31.64% from 255) = 14.47%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=43.76%
G=14.47%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428023100.670.050.05304.0786.1763.14
HexF250E704355130563f
Octal36212034701035546012677
Binary11110010101000011100111010000111011011001100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F250E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F250E7; }

 p { color: rgb(242,80,231); }

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

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

 a { background-color: rgb(242,80,231); }

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

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

 span { border-color: rgb(242,80,231); }

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