Html Css Color HEX #F057C5 Free Speech Magenta

📋 copy color: '#F057C5'

red 240 ◦ green 87 ◦ blue 197

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

Shades of Free Speech Magenta #F057C5

Tints of Free Speech Magenta #F057C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 45.8%
G = 16.6%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F057C5 (or 0xF057C5) is known color: Free Speech Magenta. HEX triplet: F0, 57 and C5. RGB value is (240,87,197). Sum of RGB (Red+Green+Blue) = 240+87+197=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C5 is #0FA83A. Grayscale: #919191. Windows color (decimal): -1026107 or 12933104. OLE color: 12933104.

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

Color convert

RGB 240 87 197 -
CMYK 0 0.64 0.18 0.06
HSL 316.86º 0.84% 0.64% -
HSV(B) 316.86º 0.64% 0.94% -
XYZ 49.42 29.37 55.89 -
YUV 145.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 240 87 197 0 0.64 0.18 0.06 316.86 0.84 0.64
Hex F0 57 C5 0 40 12 6 13D 54 40
Octal 360 127 305 0 100 22 6 475 124 100
Binary 11110000 1010111 11000101 0 1000000 10010 110 100111101 1010100 1000000

Color Harmonies of #F057C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057C5

Black with #F057C5

Text Example


Text Example

White with #F057C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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