Html Css Color HEX #F058E4 Free Speech Magenta

📋 copy color: '#F058E4'

red 240 ◦ green 88 ◦ blue 228

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

Shades of Free Speech Magenta #F058E4

Tints of Free Speech Magenta #F058E4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.83%

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 43.17%
G = 15.83%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F058E4 (or 0xF058E4) is known color: Free Speech Magenta. HEX triplet: F0, 58 and E4. RGB value is (240,88,228). Sum of RGB (Red+Green+Blue) = 240+88+228=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F058E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058E4 is #0FA71B. Grayscale: #959595. Windows color (decimal): -1025820 or 14964976. OLE color: 14964976.

HSL color Cylindrical-coordinate representation of color #F058E4: hue angle of 304.74º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058E4 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 228 -
CMYK 0 0.63 0.05 0.06
HSL 304.74º 0.84% 0.64% -
HSV(B) 304.74º 0.63% 0.94% -
XYZ 53.43 31.11 76.59 -
YUV 149.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 240 88 228 0 0.63 0.05 0.06 304.74 0.84 0.64
Hex F0 58 E4 0 3F 5 6 131 54 40
Octal 360 130 344 0 77 5 6 461 124 100
Binary 11110000 1011000 11100100 0 111111 101 110 100110001 1010100 1000000

Color Harmonies of #F058E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058E4

Black with #F058E4

Text Example


Text Example

White with #F058E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058E4; }

 p { color: rgb(240,88,228); }

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

background-color css

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

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

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

border-color css

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

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

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