Html Css Color HEX #F163D5 Free Speech Magenta

📋 copy color: '#F163D5'

red 241 ◦ green 99 ◦ blue 213

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

Shades of Free Speech Magenta #F163D5

Tints of Free Speech Magenta #F163D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 43.58%
G = 17.9%
B = 38.52%

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

#F163D5 (or 0xF163D5) is known color: Free Speech Magenta. HEX triplet: F1, 63 and D5. RGB value is (241,99,213). Sum of RGB (Red+Green+Blue) = 241+99+213=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F163D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163D5 is #0E9C2A. Grayscale: #9A9A9A. Windows color (decimal): -957483 or 13984753. OLE color: 13984753.

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

Color convert

RGB 241 99 213 -
CMYK 0 0.59 0.12 0.05
HSL 311.83º 0.84% 0.67% -
HSV(B) 311.83º 0.59% 0.95% -
XYZ 52.75 32.43 66.43 -
YUV 154.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 241 99 213 0 0.59 0.12 0.05 311.83 0.84 0.67
Hex F1 63 D5 0 3B C 5 138 54 43
Octal 361 143 325 0 73 14 5 470 124 103
Binary 11110001 1100011 11010101 0 111011 1100 101 100111000 1010100 1000011

Color Harmonies of #F163D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163D5

Black with #F163D5

Text Example


Text Example

White with #F163D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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