Html Css Color HEX #F365D9 Free Speech Magenta

📋 copy color: '#F365D9'

red 243 ◦ green 101 ◦ blue 217

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

Shades of Free Speech Magenta #F365D9

Tints of Free Speech Magenta #F365D9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18%

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 43.32%
G = 18%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F365D9 (or 0xF365D9) is known color: Free Speech Magenta. HEX triplet: F3, 65 and D9. RGB value is (243,101,217). Sum of RGB (Red+Green+Blue) = 243+101+217=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F365D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365D9 is #0C9A26. Grayscale: #9C9C9C. Windows color (decimal): -825895 or 14247411. OLE color: 14247411.

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

Color convert

RGB 243 101 217 -
CMYK 0 0.58 0.11 0.05
HSL 310.99º 0.86% 0.67% -
HSV(B) 310.99º 0.58% 0.95% -
XYZ 54.14 33.37 69.23 -
YUV 156.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 243 101 217 0 0.58 0.11 0.05 310.99 0.86 0.67
Hex F3 65 D9 0 3A B 5 137 56 43
Octal 363 145 331 0 72 13 5 467 126 103
Binary 11110011 1100101 11011001 0 111010 1011 101 100110111 1010110 1000011

Color Harmonies of #F365D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365D9

Black with #F365D9

Text Example


Text Example

White with #F365D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365D9; }

 p { color: rgb(243,101,217); }

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

background-color css

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

 a { background-color: rgb(243,101,217); }

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

border-color css

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

 span { border-color: rgb(243,101,217); }

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