#F061E4

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

Shades of Free Speech Magenta #F061E4

Tints of Free Speech Magenta #F061E4

Color information

#F061E4 (or 0xF061E4) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 61 and E4. RGB value is (240,97,228). Sum of RGB (Red+Green+Blue) = 240+97+228=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F061E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061E4 is #0F9E1B. Grayscale: #9A9A9A. Windows color (decimal): -1023516 or 14967280. OLE color: 14967280.

HSL color Cylindrical-coordinate representation of color #F061E4: hue angle of 305.03º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061E4 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB24097228-
CMYK00.600.050.06
HSL305.03º82.66%66.08%-
HSV(B)305.03º59.58%94.12%-
XYZ54.2132.6876.85-
YUV154.69169.38188.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 97 (38.28% from 255) = 17.17%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=42.48%
G=17.17%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409722800.600.050.06305.0382.6666.08
HexF061E403C561315342
Octal36014134407456461123102
Binary11110000110000111100100011110010111010011000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061E4; }

 p { color: rgb(240,97,228); }

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

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

 a { background-color: rgb(240,97,228); }

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

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

 span { border-color: rgb(240,97,228); }

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