Html Css Color HEX #F14BDD Free Speech Magenta

📋 copy color: '#F14BDD'

red 241 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Magenta #F14BDD

Tints of Free Speech Magenta #F14BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.97%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 44.88%
G = 13.97%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F14BDD (or 0xF14BDD) is known color: Free Speech Magenta. HEX triplet: F1, 4B and DD. RGB value is (241,75,221). Sum of RGB (Red+Green+Blue) = 241+75+221=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 75 (29.69% from 255 or 13.97% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14BDD is #0EB422. Grayscale: #8C8C8C. Windows color (decimal): -963619 or 14502897. OLE color: 14502897.

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

Color convert

RGB 241 75 221 -
CMYK 0 0.69 0.08 0.05
HSL 307.23º 0.86% 0.62% -
HSV(B) 307.23º 0.69% 0.95% -
XYZ 51.84 28.95 71.26 -
YUV 141.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 241 75 221 0 0.69 0.08 0.05 307.23 0.86 0.62
Hex F1 4B DD 0 45 8 5 133 56 3E
Octal 361 113 335 0 105 10 5 463 126 76
Binary 11110001 1001011 11011101 0 1000101 1000 101 100110011 1010110 111110

Color Harmonies of #F14BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14BDD

Black with #F14BDD

Text Example


Text Example

White with #F14BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14BDD; }

 p { color: rgb(241,75,221); }

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

background-color css

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

 a { background-color: rgb(241,75,221); }

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

border-color css

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

 span { border-color: rgb(241,75,221); }

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