#F054C8

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

Shades of Free Speech Magenta #F054C8

Tints of Free Speech Magenta #F054C8

Color information

#F054C8 (or 0xF054C8) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 54 and C8. RGB value is (240,84,200). Sum of RGB (Red+Green+Blue) = 240+84+200=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F054C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054C8 is #0FAB37. Grayscale: #8F8F8F. Windows color (decimal): -1026872 or 13128944. OLE color: 13128944.

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

Color convert

RGB24084200-
CMYK00.650.170.06
HSL315.38º83.87%63.53%-
HSV(B)315.38º65%94.12%-
XYZ49.5329.0457.64-
YUV143.87159.68196.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 84 (33.20% from 255) = 16.03%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=45.80%
G=16.03%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408420000.650.170.06315.3883.8763.53
HexF054C804111613b5440
Octal3601243100101216473124100
Binary11110000101010011001000010000011000111010011101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054C8; }

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

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

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

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

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

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

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

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