Html Css Color HEX #F048F0 Free Speech Magenta

📋 copy color: '#F048F0'

red 240 ◦ green 72 ◦ blue 240

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

Shades of Free Speech Magenta #F048F0

Tints of Free Speech Magenta #F048F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 43.48%
G = 13.04%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F048F0 (or 0xF048F0) is known color: Free Speech Magenta. HEX triplet: F0, 48 and F0. RGB value is (240,72,240). Sum of RGB (Red+Green+Blue) = 240+72+240=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 72 (28.52% from 255 or 13.04% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F048F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F048F0 is #0FB70F. Grayscale: #8C8C8C. Windows color (decimal): -1029904 or 15747312. OLE color: 15747312.

HSL color Cylindrical-coordinate representation of color #F048F0: hue angle of 300º 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 #F048F0 is Cyan = 0, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 240 -
CMYK 0 0.7 0 0.06
HSL 300º 0.85% 0.61% -
HSV(B) 300º 0.7% 0.94% -
XYZ 53.98 29.45 85.28 -
YUV 141.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 240 72 240 0 0.7 0 0.06 300 0.85 0.61
Hex F0 48 F0 0 46 0 6 12C 55 3D
Octal 360 110 360 0 106 0 6 454 125 75
Binary 11110000 1001000 11110000 0 1000110 0 110 100101100 1010101 111101

Color Harmonies of #F048F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048F0

Black with #F048F0

Text Example


Text Example

White with #F048F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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