Html Css Color HEX #F055C6 Free Speech Magenta

📋 copy color: '#F055C6'

red 240 ◦ green 85 ◦ blue 198

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

Shades of Free Speech Magenta #F055C6

Tints of Free Speech Magenta #F055C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.25%

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 45.89%
G = 16.25%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F055C6 (or 0xF055C6) is known color: Free Speech Magenta. HEX triplet: F0, 55 and C6. RGB value is (240,85,198). Sum of RGB (Red+Green+Blue) = 240+85+198=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F055C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055C6 is #0FAA39. Grayscale: #8F8F8F. Windows color (decimal): -1026618 or 12998128. OLE color: 12998128.

HSL color Cylindrical-coordinate representation of color #F055C6: hue angle of 316.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055C6 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 198 -
CMYK 0 0.65 0.18 0.06
HSL 316.26º 0.84% 0.64% -
HSV(B) 316.26º 0.65% 0.94% -
XYZ 49.38 29.1 56.44 -
YUV 144.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 240 85 198 0 0.65 0.18 0.06 316.26 0.84 0.64
Hex F0 55 C6 0 41 12 6 13C 54 40
Octal 360 125 306 0 101 22 6 474 124 100
Binary 11110000 1010101 11000110 0 1000001 10010 110 100111100 1010100 1000000

Color Harmonies of #F055C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055C6

Black with #F055C6

Text Example


Text Example

White with #F055C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055C6; }

 p { color: rgb(240,85,198); }

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

background-color css

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

 a { background-color: rgb(240,85,198); }

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

border-color css

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

 span { border-color: rgb(240,85,198); }

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