Html Css Color HEX #F163D3 Free Speech Magenta

📋 copy color: '#F163D3'

red 241 ◦ green 99 ◦ blue 211

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

Shades of Free Speech Magenta #F163D3

Tints of Free Speech Magenta #F163D3

RGB

 RED value IS 241 (94.53% from 255) = 43.74%

 GREEN value IS 99 (39.06% from 255) = 17.97%

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

R = 43.74%
G = 17.97%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F163D3 (or 0xF163D3) is known color: Free Speech Magenta. HEX triplet: F1, 63 and D3. RGB value is (241,99,211). Sum of RGB (Red+Green+Blue) = 241+99+211=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F163D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163D3 is #0E9C2C. Grayscale: #999999. Windows color (decimal): -957485 or 13853681. OLE color: 13853681.

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

Color convert

RGB 241 99 211 -
CMYK 0 0.59 0.12 0.05
HSL 312.68º 0.84% 0.67% -
HSV(B) 312.68º 0.59% 0.95% -
XYZ 52.5 32.33 65.1 -
YUV 154.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 241 99 211 0 0.59 0.12 0.05 312.68 0.84 0.67
Hex F1 63 D3 0 3B C 5 139 54 43
Octal 361 143 323 0 73 14 5 471 124 103
Binary 11110001 1100011 11010011 0 111011 1100 101 100111001 1010100 1000011

Color Harmonies of #F163D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163D3

Black with #F163D3

Text Example


Text Example

White with #F163D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163D3; }

 p { color: rgb(241,99,211); }

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

background-color css

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

 a { background-color: rgb(241,99,211); }

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

border-color css

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

 span { border-color: rgb(241,99,211); }

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