Html Css Color HEX #F149DC Free Speech Magenta

📋 copy color: '#F149DC'

red 241 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Magenta #F149DC

Tints of Free Speech Magenta #F149DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.67%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 45.13%
G = 13.67%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F149DC (or 0xF149DC) is known color: Free Speech Magenta. HEX triplet: F1, 49 and DC. RGB value is (241,73,220). Sum of RGB (Red+Green+Blue) = 241+73+220=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F149DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149DC is #0EB623. Grayscale: #8B8B8B. Windows color (decimal): -964132 or 14436849. OLE color: 14436849.

HSL color Cylindrical-coordinate representation of color #F149DC: hue angle of 307.5º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149DC is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 220 -
CMYK 0 0.70 0.09 0.05
HSL 307.5º 0.86% 0.62% -
HSV(B) 307.5º 0.7% 0.95% -
XYZ 51.58 28.63 70.52 -
YUV 139.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 241 73 220 0 0.70 0.09 0.05 307.5 0.86 0.62
Hex F1 49 DC 0 46 9 5 134 56 3E
Octal 361 111 334 0 106 11 5 464 126 76
Binary 11110001 1001001 11011100 0 1000110 1001 101 100110100 1010110 111110

Color Harmonies of #F149DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149DC

Black with #F149DC

Text Example


Text Example

White with #F149DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149DC; }

 p { color: rgb(241,73,220); }

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

background-color css

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

 a { background-color: rgb(241,73,220); }

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

border-color css

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

 span { border-color: rgb(241,73,220); }

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