Html Css Color HEX #F364D3 Free Speech Magenta

📋 copy color: '#F364D3'

red 243 ◦ green 100 ◦ blue 211

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

Shades of Free Speech Magenta #F364D3

Tints of Free Speech Magenta #F364D3

RGB

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

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

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

R = 43.86%
G = 18.05%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F364D3 (or 0xF364D3) is known color: Free Speech Magenta. HEX triplet: F3, 64 and D3. RGB value is (243,100,211). Sum of RGB (Red+Green+Blue) = 243+100+211=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F364D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364D3 is #0C9B2C. Grayscale: #9B9B9B. Windows color (decimal): -826157 or 13853939. OLE color: 13853939.

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

Color convert

RGB 243 100 211 -
CMYK 0 0.59 0.13 0.05
HSL 313.43º 0.86% 0.67% -
HSV(B) 313.43º 0.59% 0.95% -
XYZ 53.28 32.87 65.16 -
YUV 155.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 243 100 211 0 0.59 0.13 0.05 313.43 0.86 0.67
Hex F3 64 D3 0 3B D 5 139 56 43
Octal 363 144 323 0 73 15 5 471 126 103
Binary 11110011 1100100 11010011 0 111011 1101 101 100111001 1010110 1000011

Color Harmonies of #F364D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F364D3

Black with #F364D3

Text Example


Text Example

White with #F364D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F364D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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