Html Css Color HEX #F14DDB Free Speech Magenta

📋 copy color: '#F14DDB'

red 241 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #F14DDB

Tints of Free Speech Magenta #F14DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 44.88%
G = 14.34%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F14DDB (or 0xF14DDB) is known color: Free Speech Magenta. HEX triplet: F1, 4D and DB. RGB value is (241,77,219). Sum of RGB (Red+Green+Blue) = 241+77+219=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DDB is #0EB224. Grayscale: #8D8D8D. Windows color (decimal): -963109 or 14372337. OLE color: 14372337.

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

Color convert

RGB 241 77 219 -
CMYK 0 0.68 0.09 0.05
HSL 308.05º 0.85% 0.62% -
HSV(B) 308.05º 0.68% 0.95% -
XYZ 51.72 29.12 69.91 -
YUV 142.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 241 77 219 0 0.68 0.09 0.05 308.05 0.85 0.62
Hex F1 4D DB 0 44 9 5 134 55 3E
Octal 361 115 333 0 104 11 5 464 125 76
Binary 11110001 1001101 11011011 0 1000100 1001 101 100110100 1010101 111110

Color Harmonies of #F14DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DDB

Black with #F14DDB

Text Example


Text Example

White with #F14DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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