Html Css Color HEX #F048EC Free Speech Magenta

📋 copy color: '#F048EC'

red 240 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #F048EC

Tints of Free Speech Magenta #F048EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 43.8%
G = 13.14%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F048EC (or 0xF048EC) is known color: Free Speech Magenta. HEX triplet: F0, 48 and EC. RGB value is (240,72,236). Sum of RGB (Red+Green+Blue) = 240+72+236=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 72 (28.52% from 255 or 13.14% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F048EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F048EC is #0FB713. Grayscale: #8C8C8C. Windows color (decimal): -1029908 or 15485168. OLE color: 15485168.

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

Color convert

RGB 240 72 236 -
CMYK 0 0.7 0.02 0.06
HSL 301.43º 0.85% 0.61% -
HSV(B) 301.43º 0.7% 0.94% -
XYZ 53.39 29.22 82.18 -
YUV 140.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 240 72 236 0 0.7 0.02 0.06 301.43 0.85 0.61
Hex F0 48 EC 0 46 2 6 12D 55 3D
Octal 360 110 354 0 106 2 6 455 125 75
Binary 11110000 1001000 11101100 0 1000110 10 110 100101101 1010101 111101

Color Harmonies of #F048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048EC

Black with #F048EC

Text Example


Text Example

White with #F048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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