#F252D1

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

Shades of Free Speech Magenta #F252D1

Tints of Free Speech Magenta #F252D1

Color information

#F252D1 (or 0xF252D1) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 52 and D1. RGB value is (242,82,209). Sum of RGB (Red+Green+Blue) = 242+82+209=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F252D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F252D1 is #0DAD2E. Grayscale: #8F8F8F. Windows color (decimal): -896303 or 13718258. OLE color: 13718258.

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

Color convert

RGB24282209-
CMYK00.660.140.05
HSL312.38º86.02%63.53%-
HSV(B)312.38º66.12%94.9%-
XYZ51.1429.5263.32-
YUV144.32164.51197.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 82 (32.42% from 255) = 15.38%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=45.40%
G=15.38%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428220900.660.140.05312.3886.0263.53
HexF252D1042E51385640
Octal3621223210102165470126100
Binary1111001010100101101000101000010111010110011100010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F252D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F252D1; }

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

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

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

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

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

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

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

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