#F14CDA

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

Shades of Free Speech Magenta #F14CDA

Tints of Free Speech Magenta #F14CDA

Color information

#F14CDA (or 0xF14CDA) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4C and DA. RGB value is (241,76,218). Sum of RGB (Red+Green+Blue) = 241+76+218=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CDA is #0EB325. Grayscale: #8D8D8D. Windows color (decimal): -963366 or 14306545. OLE color: 14306545.

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

Color convert

RGB24176218-
CMYK00.680.100.05
HSL308.36º85.49%62.16%-
HSV(B)308.36º68.46%94.51%-
XYZ51.5128.9369.2-
YUV141.52171.16198.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 76 (30.08% from 255) = 14.21%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=45.05%
G=14.21%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417621800.680.100.05308.3685.4962.16
HexF14CDA044A5134553e
Octal361114332010412546412576
Binary111100011001100110110100100010010101011001101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CDA; }

 p { color: rgb(241,76,218); }

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

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

 a { background-color: rgb(241,76,218); }

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

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

 span { border-color: rgb(241,76,218); }

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