Html Css Color HEX #F360E5 Free Speech Magenta

📋 copy color: '#F360E5'

red 243 ◦ green 96 ◦ blue 229

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

Shades of Free Speech Magenta #F360E5

Tints of Free Speech Magenta #F360E5

RGB

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

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

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

R = 42.78%
G = 16.9%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F360E5 (or 0xF360E5) is known color: Free Speech Magenta. HEX triplet: F3, 60 and E5. RGB value is (243,96,229). Sum of RGB (Red+Green+Blue) = 243+96+229=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F360E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360E5 is #0C9F1A. Grayscale: #9A9A9A. Windows color (decimal): -827163 or 15032563. OLE color: 15032563.

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

Color convert

RGB 243 96 229 -
CMYK 0 0.60 0.06 0.05
HSL 305.71º 0.86% 0.66% -
HSV(B) 305.71º 0.6% 0.95% -
XYZ 55.29 33.08 77.6 -
YUV 155.12 169.7 190.69 -
System Red Green Blue C M Y K H S L
Decimal 243 96 229 0 0.60 0.06 0.05 305.71 0.86 0.66
Hex F3 60 E5 0 3C 6 5 132 56 42
Octal 363 140 345 0 74 6 5 462 126 102
Binary 11110011 1100000 11100101 0 111100 110 101 100110010 1010110 1000010

Color Harmonies of #F360E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F360E5

Black with #F360E5

Text Example


Text Example

White with #F360E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F360E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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