Html Css Color HEX #F057D0 Free Speech Magenta

📋 copy color: '#F057D0'

red 240 ◦ green 87 ◦ blue 208

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

Shades of Free Speech Magenta #F057D0

Tints of Free Speech Magenta #F057D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 44.86%
G = 16.26%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F057D0 (or 0xF057D0) is known color: Free Speech Magenta. HEX triplet: F0, 57 and D0. RGB value is (240,87,208). Sum of RGB (Red+Green+Blue) = 240+87+208=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F057D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057D0 is #0FA82F. Grayscale: #929292. Windows color (decimal): -1026096 or 13654000. OLE color: 13654000.

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

Color convert

RGB 240 87 208 -
CMYK 0 0.64 0.13 0.06
HSL 312.55º 0.84% 0.64% -
HSV(B) 312.55º 0.64% 0.94% -
XYZ 50.73 29.9 62.77 -
YUV 146.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 240 87 208 0 0.64 0.13 0.06 312.55 0.84 0.64
Hex F0 57 D0 0 40 D 6 139 54 40
Octal 360 127 320 0 100 15 6 471 124 100
Binary 11110000 1010111 11010000 0 1000000 1101 110 100111001 1010100 1000000

Color Harmonies of #F057D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057D0

Black with #F057D0

Text Example


Text Example

White with #F057D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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