Html Css Color HEX #F364E0 Free Speech Magenta

📋 copy color: '#F364E0'

red 243 ◦ green 100 ◦ blue 224

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

Shades of Free Speech Magenta #F364E0

Tints of Free Speech Magenta #F364E0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.64%

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

R = 42.86%
G = 17.64%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F364E0 (or 0xF364E0) is known color: Free Speech Magenta. HEX triplet: F3, 64 and E0. RGB value is (243,100,224). Sum of RGB (Red+Green+Blue) = 243+100+224=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F364E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364E0 is #0C9B1F. Grayscale: #9C9C9C. Windows color (decimal): -826144 or 14705907. OLE color: 14705907.

HSL color Cylindrical-coordinate representation of color #F364E0: hue angle of 307.97º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364E0 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 100 224 -
CMYK 0 0.59 0.08 0.05
HSL 307.97º 0.86% 0.67% -
HSV(B) 307.97º 0.59% 0.95% -
XYZ 54.97 33.55 74.1 -
YUV 156.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 243 100 224 0 0.59 0.08 0.05 307.97 0.86 0.67
Hex F3 64 E0 0 3B 8 5 134 56 43
Octal 363 144 340 0 73 10 5 464 126 103
Binary 11110011 1100100 11100000 0 111011 1000 101 100110100 1010110 1000011

Color Harmonies of #F364E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F364E0

Black with #F364E0

Text Example


Text Example

White with #F364E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F364E0; }

 p { color: rgb(243,100,224); }

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

background-color css

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

 a { background-color: rgb(243,100,224); }

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

border-color css

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

 span { border-color: rgb(243,100,224); }

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