Html Css Color HEX #F149D0 Free Speech Magenta

📋 copy color: '#F149D0'

red 241 ◦ green 73 ◦ blue 208

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

Shades of Free Speech Magenta #F149D0

Tints of Free Speech Magenta #F149D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 46.17%
G = 13.98%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F149D0 (or 0xF149D0) is known color: Free Speech Magenta. HEX triplet: F1, 49 and D0. RGB value is (241,73,208). Sum of RGB (Red+Green+Blue) = 241+73+208=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F149D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149D0 is #0EB62F. Grayscale: #8A8A8A. Windows color (decimal): -964144 or 13650417. OLE color: 13650417.

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

Color convert

RGB 241 73 208 -
CMYK 0 0.70 0.14 0.05
HSL 311.79º 0.86% 0.62% -
HSV(B) 311.79º 0.7% 0.95% -
XYZ 50.04 28.02 62.45 -
YUV 138.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 241 73 208 0 0.70 0.14 0.05 311.79 0.86 0.62
Hex F1 49 D0 0 46 E 5 138 56 3E
Octal 361 111 320 0 106 16 5 470 126 76
Binary 11110001 1001001 11010000 0 1000110 1110 101 100111000 1010110 111110

Color Harmonies of #F149D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149D0

Black with #F149D0

Text Example


Text Example

White with #F149D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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