#F852EA

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

Shades of Free Speech Magenta #F852EA

Tints of Free Speech Magenta #F852EA

Color information

#F852EA (or 0xF852EA) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 52 and EA. RGB value is (248,82,234). Sum of RGB (Red+Green+Blue) = 248+82+234=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F852EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F852EA is #07AD15. Grayscale: #949494. Windows color (decimal): -503062 or 15356664. OLE color: 15356664.

HSL color Cylindrical-coordinate representation of color #F852EA: hue angle of 305.06º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852EA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB24882234-
CMYK00.670.060.03
HSL305.06º92.22%64.71%-
HSV(B)305.06º66.94%97.25%-
XYZ56.5831.9381.02-
YUV148.96176198.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.97%
GREEN value IS 82 (32.42% from 255) = 14.54%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=43.97%
G=14.54%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488223400.670.060.03305.0692.2264.71
HexF852EA043631315c41
Octal370122352010363461134101
Binary11111000101001011101010010000111101110011000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F852EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F852EA; }

 p { color: rgb(248,82,234); }

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

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

 a { background-color: rgb(248,82,234); }

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

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

 span { border-color: rgb(248,82,234); }

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