Html Css Color HEX #F048DC Free Speech Magenta

📋 copy color: '#F048DC'

red 240 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Magenta #F048DC

Tints of Free Speech Magenta #F048DC

RGB

 RED value IS 240 (94.14% from 255) = 45.11%

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

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

R = 45.11%
G = 13.53%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F048DC (or 0xF048DC) is known color: Free Speech Magenta. HEX triplet: F0, 48 and DC. RGB value is (240,72,220). Sum of RGB (Red+Green+Blue) = 240+72+220=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F048DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048DC is #0FB723. Grayscale: #8A8A8A. Windows color (decimal): -1029924 or 14436592. OLE color: 14436592.

HSL color Cylindrical-coordinate representation of color #F048DC: hue angle of 307.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048DC is Cyan = 0, Magento = 0.7, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 220 -
CMYK 0 0.7 0.08 0.06
HSL 307.14º 0.85% 0.61% -
HSV(B) 307.14º 0.7% 0.94% -
XYZ 51.17 28.33 70.48 -
YUV 139.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 240 72 220 0 0.7 0.08 0.06 307.14 0.85 0.61
Hex F0 48 DC 0 46 8 6 133 55 3D
Octal 360 110 334 0 106 10 6 463 125 75
Binary 11110000 1001000 11011100 0 1000110 1000 110 100110011 1010101 111101

Color Harmonies of #F048DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048DC

Black with #F048DC

Text Example


Text Example

White with #F048DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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