Html Css Color HEX #F14FDB Free Speech Magenta

📋 copy color: '#F14FDB'

red 241 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #F14FDB

Tints of Free Speech Magenta #F14FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.66%

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

R = 44.71%
G = 14.66%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F14FDB (or 0xF14FDB) is known color: Free Speech Magenta. HEX triplet: F1, 4F and DB. RGB value is (241,79,219). Sum of RGB (Red+Green+Blue) = 241+79+219=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14FDB is #0EB024. Grayscale: #8F8F8F. Windows color (decimal): -962597 or 14372849. OLE color: 14372849.

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

Color convert

RGB 241 79 219 -
CMYK 0 0.67 0.09 0.05
HSL 308.15º 0.85% 0.63% -
HSV(B) 308.15º 0.67% 0.95% -
XYZ 51.86 29.41 69.96 -
YUV 143.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 241 79 219 0 0.67 0.09 0.05 308.15 0.85 0.63
Hex F1 4F DB 0 43 9 5 134 55 3F
Octal 361 117 333 0 103 11 5 464 125 77
Binary 11110001 1001111 11011011 0 1000011 1001 101 100110100 1010101 111111

Color Harmonies of #F14FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14FDB

Black with #F14FDB

Text Example


Text Example

White with #F14FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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