Html Css Color HEX #F14DE1 Free Speech Magenta

📋 copy color: '#F14DE1'

red 241 ◦ green 77 ◦ blue 225

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

Shades of Free Speech Magenta #F14DE1

Tints of Free Speech Magenta #F14DE1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.18%

 BLUE value IS 225 (88.28% from 255) = 41.44%

R = 44.38%
G = 14.18%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F14DE1 (or 0xF14DE1) is known color: Free Speech Magenta. HEX triplet: F1, 4D and E1. RGB value is (241,77,225). Sum of RGB (Red+Green+Blue) = 241+77+225=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DE1 is #0EB21E. Grayscale: #8E8E8E. Windows color (decimal): -963103 or 14765553. OLE color: 14765553.

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

Color convert

RGB 241 77 225 -
CMYK 0 0.68 0.07 0.05
HSL 305.85º 0.85% 0.62% -
HSV(B) 305.85º 0.68% 0.95% -
XYZ 52.52 29.44 74.15 -
YUV 142.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 241 77 225 0 0.68 0.07 0.05 305.85 0.85 0.62
Hex F1 4D E1 0 44 7 5 132 55 3E
Octal 361 115 341 0 104 7 5 462 125 76
Binary 11110001 1001101 11100001 0 1000100 111 101 100110010 1010101 111110

Color Harmonies of #F14DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DE1

Black with #F14DE1

Text Example


Text Example

White with #F14DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DE1; }

 p { color: rgb(241,77,225); }

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

background-color css

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

 a { background-color: rgb(241,77,225); }

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

border-color css

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

 span { border-color: rgb(241,77,225); }

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