Html Css Color HEX #F360E3 Free Speech Magenta

📋 copy color: '#F360E3'

red 243 ◦ green 96 ◦ blue 227

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

Shades of Free Speech Magenta #F360E3

Tints of Free Speech Magenta #F360E3

RGB

 RED value IS 243 (95.31% from 255) = 42.93%

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

 BLUE value IS 227 (89.06% from 255) = 40.11%

R = 42.93%
G = 16.96%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F360E3 (or 0xF360E3) is known color: Free Speech Magenta. HEX triplet: F3, 60 and E3. RGB value is (243,96,227). Sum of RGB (Red+Green+Blue) = 243+96+227=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F360E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360E3 is #0C9F1C. Grayscale: #9A9A9A. Windows color (decimal): -827165 or 14901491. OLE color: 14901491.

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

Color convert

RGB 243 96 227 -
CMYK 0 0.60 0.07 0.05
HSL 306.53º 0.86% 0.66% -
HSV(B) 306.53º 0.6% 0.95% -
XYZ 55.01 32.97 76.14 -
YUV 154.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 243 96 227 0 0.60 0.07 0.05 306.53 0.86 0.66
Hex F3 60 E3 0 3C 7 5 133 56 42
Octal 363 140 343 0 74 7 5 463 126 102
Binary 11110011 1100000 11100011 0 111100 111 101 100110011 1010110 1000010

Color Harmonies of #F360E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F360E3

Black with #F360E3

Text Example


Text Example

White with #F360E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F360E3; }

 p { color: rgb(243,96,227); }

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

background-color css

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

 a { background-color: rgb(243,96,227); }

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

border-color css

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

 span { border-color: rgb(243,96,227); }

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