Html Css Color HEX #F14ACE Free Speech Magenta

📋 copy color: '#F14ACE'

red 241 ◦ green 74 ◦ blue 206

#F14ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F14ACE

Tints of Free Speech Magenta #F14ACE

RGB

 RED value IS 241 (94.53% from 255) = 46.26%

 GREEN value IS 74 (29.3% from 255) = 14.2%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 46.26%
G = 14.2%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F14ACE (or 0xF14ACE) is known color: Free Speech Magenta. HEX triplet: F1, 4A and CE. RGB value is (241,74,206). Sum of RGB (Red+Green+Blue) = 241+74+206=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ACE is #0EB531. Grayscale: #8A8A8A. Windows color (decimal): -963890 or 13519601. OLE color: 13519601.

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

Color convert

RGB 241 74 206 -
CMYK 0 0.69 0.15 0.05
HSL 312.57º 0.86% 0.62% -
HSV(B) 312.57º 0.69% 0.95% -
XYZ 49.86 28.05 61.18 -
YUV 138.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 241 74 206 0 0.69 0.15 0.05 312.57 0.86 0.62
Hex F1 4A CE 0 45 F 5 139 56 3E
Octal 361 112 316 0 105 17 5 471 126 76
Binary 11110001 1001010 11001110 0 1000101 1111 101 100111001 1010110 111110

Color Harmonies of #F14ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14ACE

Black with #F14ACE

Text Example


Text Example

White with #F14ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14ACE; }

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

 H1.HeaderClassName
 {
   color: #F14ACE;
 }
 .AnyTagClassName
 {
   color: #F14ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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