Html Css Color HEX #F055C8 Free Speech Magenta

📋 copy color: '#F055C8'

red 240 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #F055C8

Tints of Free Speech Magenta #F055C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 45.71%
G = 16.19%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F055C8 (or 0xF055C8) is known color: Free Speech Magenta. HEX triplet: F0, 55 and C8. RGB value is (240,85,200). Sum of RGB (Red+Green+Blue) = 240+85+200=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F055C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055C8 is #0FAA37. Grayscale: #909090. Windows color (decimal): -1026616 or 13129200. OLE color: 13129200.

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

Color convert

RGB 240 85 200 -
CMYK 0 0.65 0.17 0.06
HSL 315.48º 0.84% 0.64% -
HSV(B) 315.48º 0.65% 0.94% -
XYZ 49.61 29.19 57.66 -
YUV 144.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 240 85 200 0 0.65 0.17 0.06 315.48 0.84 0.64
Hex F0 55 C8 0 41 11 6 13B 54 40
Octal 360 125 310 0 101 21 6 473 124 100
Binary 11110000 1010101 11001000 0 1000001 10001 110 100111011 1010100 1000000

Color Harmonies of #F055C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055C8

Black with #F055C8

Text Example


Text Example

White with #F055C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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