#F055D4

Color #F055D4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F055D4

Tints of Free Speech Magenta #F055D4

Color information

#F055D4 (or 0xF055D4) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 55 and D4. RGB value is (240,85,212). Sum of RGB (Red+Green+Blue) = 240+85+212=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F055D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055D4 is #0FAA2B. Grayscale: #919191. Windows color (decimal): -1026604 or 13915632. OLE color: 13915632.

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

Color convert

RGB24085212-
CMYK00.650.120.06
HSL310.84º83.78%63.73%-
HSV(B)310.84º64.58%94.12%-
XYZ51.0729.7865.34-
YUV145.82165.35195.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 85 (33.59% from 255) = 15.83%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=44.69%
G=15.83%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408521200.650.120.06310.8483.7863.73
HexF055D4041C61375440
Octal3601253240101146467124100
Binary1111000010101011101010001000001110011010011011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F055D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F055D4; }

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

 H1.HeaderClassName
 {
   color: #F055D4;
 }
 .AnyTagClassName
 {
   color: #F055D4;
 }
</style>
background-color css

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

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

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

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

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

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