Html Css Color HEX #F14DDF Free Speech Magenta

📋 copy color: '#F14DDF'

red 241 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #F14DDF

Tints of Free Speech Magenta #F14DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 44.55%
G = 14.23%
B = 41.22%

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

#F14DDF (or 0xF14DDF) is known color: Free Speech Magenta. HEX triplet: F1, 4D and DF. RGB value is (241,77,223). Sum of RGB (Red+Green+Blue) = 241+77+223=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DDF is #0EB220. Grayscale: #8E8E8E. Windows color (decimal): -963105 or 14634481. OLE color: 14634481.

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

Color convert

RGB 241 77 223 -
CMYK 0 0.68 0.07 0.05
HSL 306.59º 0.85% 0.62% -
HSV(B) 306.59º 0.68% 0.95% -
XYZ 52.25 29.34 72.72 -
YUV 142.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 241 77 223 0 0.68 0.07 0.05 306.59 0.85 0.62
Hex F1 4D DF 0 44 7 5 133 55 3E
Octal 361 115 337 0 104 7 5 463 125 76
Binary 11110001 1001101 11011111 0 1000100 111 101 100110011 1010101 111110

Color Harmonies of #F14DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DDF

Black with #F14DDF

Text Example


Text Example

White with #F14DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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