Html Css Color HEX #F048E2 Free Speech Magenta

📋 copy color: '#F048E2'

red 240 ◦ green 72 ◦ blue 226

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

Shades of Free Speech Magenta #F048E2

Tints of Free Speech Magenta #F048E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.01%

R = 44.61%
G = 13.38%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F048E2 (or 0xF048E2) is known color: Free Speech Magenta. HEX triplet: F0, 48 and E2. RGB value is (240,72,226). Sum of RGB (Red+Green+Blue) = 240+72+226=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F048E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048E2 is #0FB71D. Grayscale: #8B8B8B. Windows color (decimal): -1029918 or 14829808. OLE color: 14829808.

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

Color convert

RGB 240 72 226 -
CMYK 0 0.7 0.06 0.06
HSL 305º 0.85% 0.61% -
HSV(B) 305º 0.7% 0.94% -
XYZ 51.98 28.65 74.74 -
YUV 139.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 240 72 226 0 0.7 0.06 0.06 305 0.85 0.61
Hex F0 48 E2 0 46 6 6 131 55 3D
Octal 360 110 342 0 106 6 6 461 125 75
Binary 11110000 1001000 11100010 0 1000110 110 110 100110001 1010101 111101

Color Harmonies of #F048E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048E2

Black with #F048E2

Text Example


Text Example

White with #F048E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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