Html Css Color HEX #F057DD Free Speech Magenta

📋 copy color: '#F057DD'

red 240 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #F057DD

Tints of Free Speech Magenta #F057DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 43.8%
G = 15.88%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F057DD (or 0xF057DD) is known color: Free Speech Magenta. HEX triplet: F0, 57 and DD. RGB value is (240,87,221). Sum of RGB (Red+Green+Blue) = 240+87+221=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 87 (34.38% from 255 or 15.88% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F057DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057DD is #0FA822. Grayscale: #939393. Windows color (decimal): -1026083 or 14505968. OLE color: 14505968.

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

Color convert

RGB 240 87 221 -
CMYK 0 0.64 0.08 0.06
HSL 307.45º 0.84% 0.64% -
HSV(B) 307.45º 0.64% 0.94% -
XYZ 52.39 30.56 71.54 -
YUV 148.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 240 87 221 0 0.64 0.08 0.06 307.45 0.84 0.64
Hex F0 57 DD 0 40 8 6 133 54 40
Octal 360 127 335 0 100 10 6 463 124 100
Binary 11110000 1010111 11011101 0 1000000 1000 110 100110011 1010100 1000000

Color Harmonies of #F057DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057DD

Black with #F057DD

Text Example


Text Example

White with #F057DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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