Html Css Color HEX #F16CE1 Free Speech Magenta

📋 copy color: '#F16CE1'

red 241 ◦ green 108 ◦ blue 225

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

Shades of Free Speech Magenta #F16CE1

Tints of Free Speech Magenta #F16CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.82%

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 41.99%
G = 18.82%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F16CE1 (or 0xF16CE1) is known color: Free Speech Magenta. HEX triplet: F1, 6C and E1. RGB value is (241,108,225). Sum of RGB (Red+Green+Blue) = 241+108+225=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CE1 is #0E931E. Grayscale: #A0A0A0. Windows color (decimal): -955167 or 14773489. OLE color: 14773489.

HSL color Cylindrical-coordinate representation of color #F16CE1: hue angle of 307.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CE1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 225 -
CMYK 0 0.55 0.07 0.05
HSL 307.22º 0.83% 0.68% -
HSV(B) 307.22º 0.55% 0.95% -
XYZ 55.23 34.86 75.05 -
YUV 161.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 241 108 225 0 0.55 0.07 0.05 307.22 0.83 0.68
Hex F1 6C E1 0 37 7 5 133 53 44
Octal 361 154 341 0 67 7 5 463 123 104
Binary 11110001 1101100 11100001 0 110111 111 101 100110011 1010011 1000100

Color Harmonies of #F16CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CE1

Black with #F16CE1

Text Example


Text Example

White with #F16CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CE1; }

 p { color: rgb(241,108,225); }

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

background-color css

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

 a { background-color: rgb(241,108,225); }

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

border-color css

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

 span { border-color: rgb(241,108,225); }

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