Html Css Color HEX #F060E5 Free Speech Magenta

📋 copy color: '#F060E5'

red 240 ◦ green 96 ◦ blue 229

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

Shades of Free Speech Magenta #F060E5

Tints of Free Speech Magenta #F060E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.99%

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 42.48%
G = 16.99%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F060E5 (or 0xF060E5) is known color: Free Speech Magenta. HEX triplet: F0, 60 and E5. RGB value is (240,96,229). Sum of RGB (Red+Green+Blue) = 240+96+229=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F060E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060E5 is #0F9F1A. Grayscale: #999999. Windows color (decimal): -1023771 or 15032560. OLE color: 15032560.

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

Color convert

RGB 240 96 229 -
CMYK 0 0.6 0.05 0.06
HSL 304.58º 0.83% 0.66% -
HSV(B) 304.58º 0.6% 0.94% -
XYZ 54.26 32.55 77.55 -
YUV 154.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 240 96 229 0 0.6 0.05 0.06 304.58 0.83 0.66
Hex F0 60 E5 0 3C 5 6 131 53 42
Octal 360 140 345 0 74 5 6 461 123 102
Binary 11110000 1100000 11100101 0 111100 101 110 100110001 1010011 1000010

Color Harmonies of #F060E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060E5

Black with #F060E5

Text Example


Text Example

White with #F060E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060E5; }

 p { color: rgb(240,96,229); }

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

background-color css

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

 a { background-color: rgb(240,96,229); }

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

border-color css

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

 span { border-color: rgb(240,96,229); }

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