Html Css Color HEX #F048E3 Free Speech Magenta

📋 copy color: '#F048E3'

red 240 ◦ green 72 ◦ blue 227

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

Shades of Free Speech Magenta #F048E3

Tints of Free Speech Magenta #F048E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.12%

R = 44.53%
G = 13.36%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F048E3 (or 0xF048E3) is known color: Free Speech Magenta. HEX triplet: F0, 48 and E3. RGB value is (240,72,227). Sum of RGB (Red+Green+Blue) = 240+72+227=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F048E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048E3 is #0FB71C. Grayscale: #8B8B8B. Windows color (decimal): -1029917 or 14895344. OLE color: 14895344.

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

Color convert

RGB 240 72 227 -
CMYK 0 0.7 0.05 0.06
HSL 304.64º 0.85% 0.61% -
HSV(B) 304.64º 0.7% 0.94% -
XYZ 52.12 28.71 75.47 -
YUV 139.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 240 72 227 0 0.7 0.05 0.06 304.64 0.85 0.61
Hex F0 48 E3 0 46 5 6 131 55 3D
Octal 360 110 343 0 106 5 6 461 125 75
Binary 11110000 1001000 11100011 0 1000110 101 110 100110001 1010101 111101

Color Harmonies of #F048E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048E3

Black with #F048E3

Text Example


Text Example

White with #F048E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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