Html Css Color HEX #F057CC Free Speech Magenta

📋 copy color: '#F057CC'

red 240 ◦ green 87 ◦ blue 204

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

Shades of Free Speech Magenta #F057CC

Tints of Free Speech Magenta #F057CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 45.2%
G = 16.38%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F057CC (or 0xF057CC) is known color: Free Speech Magenta. HEX triplet: F0, 57 and CC. RGB value is (240,87,204). Sum of RGB (Red+Green+Blue) = 240+87+204=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F057CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057CC is #0FA833. Grayscale: #919191. Windows color (decimal): -1026100 or 13391856. OLE color: 13391856.

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

Color convert

RGB 240 87 204 -
CMYK 0 0.64 0.15 0.06
HSL 314.12º 0.84% 0.64% -
HSV(B) 314.12º 0.64% 0.94% -
XYZ 50.24 29.7 60.21 -
YUV 146.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 240 87 204 0 0.64 0.15 0.06 314.12 0.84 0.64
Hex F0 57 CC 0 40 F 6 13A 54 40
Octal 360 127 314 0 100 17 6 472 124 100
Binary 11110000 1010111 11001100 0 1000000 1111 110 100111010 1010100 1000000

Color Harmonies of #F057CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057CC

Black with #F057CC

Text Example


Text Example

White with #F057CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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