Html Css Color HEX #F16BDD Free Speech Magenta

📋 copy color: '#F16BDD'

red 241 ◦ green 107 ◦ blue 221

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

Shades of Free Speech Magenta #F16BDD

Tints of Free Speech Magenta #F16BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.8%

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 42.36%
G = 18.8%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F16BDD (or 0xF16BDD) is known color: Free Speech Magenta. HEX triplet: F1, 6B and DD. RGB value is (241,107,221). Sum of RGB (Red+Green+Blue) = 241+107+221=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BDD is #0E9422. Grayscale: #9F9F9F. Windows color (decimal): -955427 or 14511089. OLE color: 14511089.

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

Color convert

RGB 241 107 221 -
CMYK 0 0.56 0.08 0.05
HSL 308.96º 0.83% 0.68% -
HSV(B) 308.96º 0.56% 0.95% -
XYZ 54.58 34.44 72.18 -
YUV 160.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 241 107 221 0 0.56 0.08 0.05 308.96 0.83 0.68
Hex F1 6B DD 0 38 8 5 135 53 44
Octal 361 153 335 0 70 10 5 465 123 104
Binary 11110001 1101011 11011101 0 111000 1000 101 100110101 1010011 1000100

Color Harmonies of #F16BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BDD

Black with #F16BDD

Text Example


Text Example

White with #F16BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BDD; }

 p { color: rgb(241,107,221); }

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

background-color css

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

 a { background-color: rgb(241,107,221); }

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

border-color css

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

 span { border-color: rgb(241,107,221); }

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