Html Css Color HEX #F147DB Free Speech Magenta

📋 copy color: '#F147DB'

red 241 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #F147DB

Tints of Free Speech Magenta #F147DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.37%

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

R = 45.39%
G = 13.37%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F147DB (or 0xF147DB) is known color: Free Speech Magenta. HEX triplet: F1, 47 and DB. RGB value is (241,71,219). Sum of RGB (Red+Green+Blue) = 241+71+219=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F147DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F147DB is #0EB824. Grayscale: #8A8A8A. Windows color (decimal): -964645 or 14370801. OLE color: 14370801.

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

Color convert

RGB 241 71 219 -
CMYK 0 0.71 0.09 0.05
HSL 307.76º 0.86% 0.61% -
HSV(B) 307.76º 0.71% 0.95% -
XYZ 51.32 28.32 69.78 -
YUV 138.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 241 71 219 0 0.71 0.09 0.05 307.76 0.86 0.61
Hex F1 47 DB 0 47 9 5 134 56 3D
Octal 361 107 333 0 107 11 5 464 126 75
Binary 11110001 1000111 11011011 0 1000111 1001 101 100110100 1010110 111101

Color Harmonies of #F147DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F147DB

Black with #F147DB

Text Example


Text Example

White with #F147DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F147DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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