Html Css Color HEX #F365D3 Free Speech Magenta

📋 copy color: '#F365D3'

red 243 ◦ green 101 ◦ blue 211

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

Shades of Free Speech Magenta #F365D3

Tints of Free Speech Magenta #F365D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 43.78%
G = 18.2%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F365D3 (or 0xF365D3) is known color: Free Speech Magenta. HEX triplet: F3, 65 and D3. RGB value is (243,101,211). Sum of RGB (Red+Green+Blue) = 243+101+211=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F365D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365D3 is #0C9A2C. Grayscale: #9B9B9B. Windows color (decimal): -825901 or 13854195. OLE color: 13854195.

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

Color convert

RGB 243 101 211 -
CMYK 0 0.58 0.13 0.05
HSL 313.52º 0.86% 0.67% -
HSV(B) 313.52º 0.58% 0.95% -
XYZ 53.37 33.07 65.2 -
YUV 156 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 243 101 211 0 0.58 0.13 0.05 313.52 0.86 0.67
Hex F3 65 D3 0 3A D 5 13A 56 43
Octal 363 145 323 0 72 15 5 472 126 103
Binary 11110011 1100101 11010011 0 111010 1101 101 100111010 1010110 1000011

Color Harmonies of #F365D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365D3

Black with #F365D3

Text Example


Text Example

White with #F365D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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