Html Css Color HEX #F148DC Free Speech Magenta

📋 copy color: '#F148DC'

red 241 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Magenta #F148DC

Tints of Free Speech Magenta #F148DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.51%

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

R = 45.22%
G = 13.51%
B = 41.28%

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

#F148DC (or 0xF148DC) is known color: Free Speech Magenta. HEX triplet: F1, 48 and DC. RGB value is (241,72,220). Sum of RGB (Red+Green+Blue) = 241+72+220=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F148DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148DC is #0EB723. Grayscale: #8A8A8A. Windows color (decimal): -964388 or 14436593. OLE color: 14436593.

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

Color convert

RGB 241 72 220 -
CMYK 0 0.70 0.09 0.05
HSL 307.46º 0.86% 0.61% -
HSV(B) 307.46º 0.7% 0.95% -
XYZ 51.51 28.5 70.5 -
YUV 139.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 241 72 220 0 0.70 0.09 0.05 307.46 0.86 0.61
Hex F1 48 DC 0 46 9 5 133 56 3D
Octal 361 110 334 0 106 11 5 463 126 75
Binary 11110001 1001000 11011100 0 1000110 1001 101 100110011 1010110 111101

Color Harmonies of #F148DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148DC

Black with #F148DC

Text Example


Text Example

White with #F148DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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