#f252e6

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

Shades of Free Speech Magenta #F252E6

Tints of Free Speech Magenta #F252E6

Color information

#F252E6 (or 0xF252E6) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 52 and E6. RGB value is (242,82,230). Sum of RGB (Red+Green+Blue) = 242+82+230=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F252E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F252E6 is #0DAD19. Grayscale: #929292. Windows color (decimal): -896282 or 15094514. OLE color: 15094514.

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

Color convert

RGB24282230-
CMYK00.660.050.05
HSL304.5º86.02%63.53%-
HSV(B)304.5º66.12%94.9%-
XYZ53.9230.6377.93-
YUV146.71175.01195.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 82 (32.42% from 255) = 14.80%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=43.68%
G=14.80%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428223000.660.050.05304.586.0263.53
HexF252E6042551305640
Octal362122346010255460126100
Binary111100101010010111001100100001010110110011000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f252e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f252e6; }

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

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

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

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

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

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

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

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