Html Css Color HEX #F149D8 Free Speech Magenta

📋 copy color: '#F149D8'

red 241 ◦ green 73 ◦ blue 216

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

Shades of Free Speech Magenta #F149D8

Tints of Free Speech Magenta #F149D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 45.47%
G = 13.77%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F149D8 (or 0xF149D8) is known color: Free Speech Magenta. HEX triplet: F1, 49 and D8. RGB value is (241,73,216). Sum of RGB (Red+Green+Blue) = 241+73+216=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F149D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149D8 is #0EB627. Grayscale: #8B8B8B. Windows color (decimal): -964136 or 14174705. OLE color: 14174705.

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

Color convert

RGB 241 73 216 -
CMYK 0 0.70 0.10 0.05
HSL 308.93º 0.86% 0.62% -
HSV(B) 308.93º 0.7% 0.95% -
XYZ 51.05 28.42 67.76 -
YUV 139.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 241 73 216 0 0.70 0.10 0.05 308.93 0.86 0.62
Hex F1 49 D8 0 46 A 5 135 56 3E
Octal 361 111 330 0 106 12 5 465 126 76
Binary 11110001 1001001 11011000 0 1000110 1010 101 100110101 1010110 111110

Color Harmonies of #F149D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149D8

Black with #F149D8

Text Example


Text Example

White with #F149D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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