Html Css Color HEX #F057D1 Free Speech Magenta

📋 copy color: '#F057D1'

red 240 ◦ green 87 ◦ blue 209

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

Shades of Free Speech Magenta #F057D1

Tints of Free Speech Magenta #F057D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 44.78%
G = 16.23%
B = 38.99%

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

#F057D1 (or 0xF057D1) is known color: Free Speech Magenta. HEX triplet: F0, 57 and D1. RGB value is (240,87,209). Sum of RGB (Red+Green+Blue) = 240+87+209=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F057D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057D1 is #0FA82E. Grayscale: #929292. Windows color (decimal): -1026095 or 13719536. OLE color: 13719536.

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

Color convert

RGB 240 87 209 -
CMYK 0 0.64 0.13 0.06
HSL 312.16º 0.84% 0.64% -
HSV(B) 312.16º 0.64% 0.94% -
XYZ 50.85 29.95 63.42 -
YUV 146.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 240 87 209 0 0.64 0.13 0.06 312.16 0.84 0.64
Hex F0 57 D1 0 40 D 6 138 54 40
Octal 360 127 321 0 100 15 6 470 124 100
Binary 11110000 1010111 11010001 0 1000000 1101 110 100111000 1010100 1000000

Color Harmonies of #F057D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057D1

Black with #F057D1

Text Example


Text Example

White with #F057D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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