Html Css Color HEX #F057C6 Free Speech Magenta

📋 copy color: '#F057C6'

red 240 ◦ green 87 ◦ blue 198

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

Shades of Free Speech Magenta #F057C6

Tints of Free Speech Magenta #F057C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 45.71%
G = 16.57%
B = 37.71%

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

#F057C6 (or 0xF057C6) is known color: Free Speech Magenta. HEX triplet: F0, 57 and C6. RGB value is (240,87,198). Sum of RGB (Red+Green+Blue) = 240+87+198=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C6 is #0FA839. Grayscale: #919191. Windows color (decimal): -1026106 or 12998640. OLE color: 12998640.

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

Color convert

RGB 240 87 198 -
CMYK 0 0.64 0.18 0.06
HSL 316.47º 0.84% 0.64% -
HSV(B) 316.47º 0.64% 0.94% -
XYZ 49.54 29.42 56.49 -
YUV 145.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 240 87 198 0 0.64 0.18 0.06 316.47 0.84 0.64
Hex F0 57 C6 0 40 12 6 13C 54 40
Octal 360 127 306 0 100 22 6 474 124 100
Binary 11110000 1010111 11000110 0 1000000 10010 110 100111100 1010100 1000000

Color Harmonies of #F057C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057C6

Black with #F057C6

Text Example


Text Example

White with #F057C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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