Html Css Color HEX #F057C9 Free Speech Magenta

📋 copy color: '#F057C9'

red 240 ◦ green 87 ◦ blue 201

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

Shades of Free Speech Magenta #F057C9

Tints of Free Speech Magenta #F057C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 45.45%
G = 16.48%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F057C9 (or 0xF057C9) is known color: Free Speech Magenta. HEX triplet: F0, 57 and C9. RGB value is (240,87,201). Sum of RGB (Red+Green+Blue) = 240+87+201=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C9 is #0FA836. Grayscale: #919191. Windows color (decimal): -1026103 or 13195248. OLE color: 13195248.

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

Color convert

RGB 240 87 201 -
CMYK 0 0.64 0.16 0.06
HSL 315.29º 0.84% 0.64% -
HSV(B) 315.29º 0.64% 0.94% -
XYZ 49.89 29.56 58.33 -
YUV 145.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 240 87 201 0 0.64 0.16 0.06 315.29 0.84 0.64
Hex F0 57 C9 0 40 10 6 13B 54 40
Octal 360 127 311 0 100 20 6 473 124 100
Binary 11110000 1010111 11001001 0 1000000 10000 110 100111011 1010100 1000000

Color Harmonies of #F057C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057C9

Black with #F057C9

Text Example


Text Example

White with #F057C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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