Html Css Color HEX #F048E5 Free Speech Magenta

📋 copy color: '#F048E5'

red 240 ◦ green 72 ◦ blue 229

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

Shades of Free Speech Magenta #F048E5

Tints of Free Speech Magenta #F048E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 44.36%
G = 13.31%
B = 42.33%

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

#F048E5 (or 0xF048E5) is known color: Free Speech Magenta. HEX triplet: F0, 48 and E5. RGB value is (240,72,229). Sum of RGB (Red+Green+Blue) = 240+72+229=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F048E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048E5 is #0FB71A. Grayscale: #8B8B8B. Windows color (decimal): -1029915 or 15026416. OLE color: 15026416.

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

Color convert

RGB 240 72 229 -
CMYK 0 0.7 0.05 0.06
HSL 303.93º 0.85% 0.61% -
HSV(B) 303.93º 0.7% 0.94% -
XYZ 52.4 28.82 76.93 -
YUV 140.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 240 72 229 0 0.7 0.05 0.06 303.93 0.85 0.61
Hex F0 48 E5 0 46 5 6 130 55 3D
Octal 360 110 345 0 106 5 6 460 125 75
Binary 11110000 1001000 11100101 0 1000110 101 110 100110000 1010101 111101

Color Harmonies of #F048E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048E5

Black with #F048E5

Text Example


Text Example

White with #F048E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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