Html Css Color HEX #F361D3 Free Speech Magenta

📋 copy color: '#F361D3'

red 243 ◦ green 97 ◦ blue 211

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

Shades of Free Speech Magenta #F361D3

Tints of Free Speech Magenta #F361D3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.6%

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

R = 44.1%
G = 17.6%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F361D3 (or 0xF361D3) is known color: Free Speech Magenta. HEX triplet: F3, 61 and D3. RGB value is (243,97,211). Sum of RGB (Red+Green+Blue) = 243+97+211=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F361D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F361D3 is #0C9E2C. Grayscale: #999999. Windows color (decimal): -826925 or 13853171. OLE color: 13853171.

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

Color convert

RGB 243 97 211 -
CMYK 0 0.60 0.13 0.05
HSL 313.15º 0.86% 0.67% -
HSV(B) 313.15º 0.6% 0.95% -
XYZ 52.99 32.31 65.07 -
YUV 153.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 243 97 211 0 0.60 0.13 0.05 313.15 0.86 0.67
Hex F3 61 D3 0 3C D 5 139 56 43
Octal 363 141 323 0 74 15 5 471 126 103
Binary 11110011 1100001 11010011 0 111100 1101 101 100111001 1010110 1000011

Color Harmonies of #F361D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F361D3

Black with #F361D3

Text Example


Text Example

White with #F361D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F361D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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