#F14AD3

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

Shades of Free Speech Magenta #F14AD3

Tints of Free Speech Magenta #F14AD3

Color information

#F14AD3 (or 0xF14AD3) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4A and D3. RGB value is (241,74,211). Sum of RGB (Red+Green+Blue) = 241+74+211=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AD3 is #0EB52C. Grayscale: #8B8B8B. Windows color (decimal): -963885 or 13847281. OLE color: 13847281.

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

Color convert

RGB24174211-
CMYK00.690.120.05
HSL310.78º85.64%61.76%-
HSV(B)310.78º69.29%94.51%-
XYZ50.4828.364.43-
YUV139.55168.33200.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 74 (29.30% from 255) = 14.07%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=45.82%
G=14.07%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417421100.690.120.05310.7885.6461.76
HexF14AD3045C5137563e
Octal361112323010514546712676
Binary111100011001010110100110100010111001011001101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AD3; }

 p { color: rgb(241,74,211); }

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

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

 a { background-color: rgb(241,74,211); }

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

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

 span { border-color: rgb(241,74,211); }

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