Html Css Color HEX #F061E5 Free Speech Magenta

📋 copy color: '#F061E5'

red 240 ◦ green 97 ◦ blue 229

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

Shades of Free Speech Magenta #F061E5

Tints of Free Speech Magenta #F061E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.14%

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

R = 42.4%
G = 17.14%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F061E5 (or 0xF061E5) is known color: Free Speech Magenta. HEX triplet: F0, 61 and E5. RGB value is (240,97,229). Sum of RGB (Red+Green+Blue) = 240+97+229=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F061E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061E5 is #0F9E1A. Grayscale: #9A9A9A. Windows color (decimal): -1023515 or 15032816. OLE color: 15032816.

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

Color convert

RGB 240 97 229 -
CMYK 0 0.60 0.05 0.06
HSL 304.62º 0.83% 0.66% -
HSV(B) 304.62º 0.6% 0.94% -
XYZ 54.35 32.73 77.58 -
YUV 154.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 240 97 229 0 0.60 0.05 0.06 304.62 0.83 0.66
Hex F0 61 E5 0 3C 5 6 131 53 42
Octal 360 141 345 0 74 5 6 461 123 102
Binary 11110000 1100001 11100101 0 111100 101 110 100110001 1010011 1000010

Color Harmonies of #F061E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061E5

Black with #F061E5

Text Example


Text Example

White with #F061E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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