Html Css Color HEX #F056C5 Free Speech Magenta

📋 copy color: '#F056C5'

red 240 ◦ green 86 ◦ blue 197

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

Shades of Free Speech Magenta #F056C5

Tints of Free Speech Magenta #F056C5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.44%

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 45.89%
G = 16.44%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F056C5 (or 0xF056C5) is known color: Free Speech Magenta. HEX triplet: F0, 56 and C5. RGB value is (240,86,197). Sum of RGB (Red+Green+Blue) = 240+86+197=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F056C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F056C5 is #0FA93A. Grayscale: #909090. Windows color (decimal): -1026363 or 12932848. OLE color: 12932848.

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

Color convert

RGB 240 86 197 -
CMYK 0 0.64 0.18 0.06
HSL 316.75º 0.84% 0.64% -
HSV(B) 316.75º 0.64% 0.94% -
XYZ 49.34 29.21 55.86 -
YUV 144.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 240 86 197 0 0.64 0.18 0.06 316.75 0.84 0.64
Hex F0 56 C5 0 40 12 6 13D 54 40
Octal 360 126 305 0 100 22 6 475 124 100
Binary 11110000 1010110 11000101 0 1000000 10010 110 100111101 1010100 1000000

Color Harmonies of #F056C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F056C5

Black with #F056C5

Text Example


Text Example

White with #F056C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F056C5; }

 p { color: rgb(240,86,197); }

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

background-color css

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

 a { background-color: rgb(240,86,197); }

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

border-color css

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

 span { border-color: rgb(240,86,197); }

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