Html Css Color HEX #F057E5 Free Speech Magenta

📋 copy color: '#F057E5'

red 240 ◦ green 87 ◦ blue 229

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

Shades of Free Speech Magenta #F057E5

Tints of Free Speech Magenta #F057E5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.65%

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

R = 43.17%
G = 15.65%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F057E5 (or 0xF057E5) is known color: Free Speech Magenta. HEX triplet: F0, 57 and E5. RGB value is (240,87,229). Sum of RGB (Red+Green+Blue) = 240+87+229=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F057E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057E5 is #0FA81A. Grayscale: #949494. Windows color (decimal): -1026075 or 15030256. OLE color: 15030256.

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

Color convert

RGB 240 87 229 -
CMYK 0 0.64 0.05 0.06
HSL 304.31º 0.84% 0.64% -
HSV(B) 304.31º 0.64% 0.94% -
XYZ 53.49 31 77.29 -
YUV 148.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 240 87 229 0 0.64 0.05 0.06 304.31 0.84 0.64
Hex F0 57 E5 0 40 5 6 130 54 40
Octal 360 127 345 0 100 5 6 460 124 100
Binary 11110000 1010111 11100101 0 1000000 101 110 100110000 1010100 1000000

Color Harmonies of #F057E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057E5

Black with #F057E5

Text Example


Text Example

White with #F057E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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