Html Css Color HEX #F061E0 Free Speech Magenta

📋 copy color: '#F061E0'

red 240 ◦ green 97 ◦ blue 224

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

Shades of Free Speech Magenta #F061E0

Tints of Free Speech Magenta #F061E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 42.78%
G = 17.29%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F061E0 (or 0xF061E0) is known color: Free Speech Magenta. HEX triplet: F0, 61 and E0. RGB value is (240,97,224). Sum of RGB (Red+Green+Blue) = 240+97+224=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F061E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061E0 is #0F9E1F. Grayscale: #999999. Windows color (decimal): -1023520 or 14705136. OLE color: 14705136.

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

Color convert

RGB 240 97 224 -
CMYK 0 0.60 0.07 0.06
HSL 306.71º 0.83% 0.66% -
HSV(B) 306.71º 0.6% 0.94% -
XYZ 53.66 32.46 73.96 -
YUV 154.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 240 97 224 0 0.60 0.07 0.06 306.71 0.83 0.66
Hex F0 61 E0 0 3C 7 6 133 53 42
Octal 360 141 340 0 74 7 6 463 123 102
Binary 11110000 1100001 11100000 0 111100 111 110 100110011 1010011 1000010

Color Harmonies of #F061E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061E0

Black with #F061E0

Text Example


Text Example

White with #F061E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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