Html Css Color HEX #F168DD Free Speech Magenta

📋 copy color: '#F168DD'

red 241 ◦ green 104 ◦ blue 221

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

Shades of Free Speech Magenta #F168DD

Tints of Free Speech Magenta #F168DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.37%

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

R = 42.58%
G = 18.37%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F168DD (or 0xF168DD) is known color: Free Speech Magenta. HEX triplet: F1, 68 and DD. RGB value is (241,104,221). Sum of RGB (Red+Green+Blue) = 241+104+221=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F168DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168DD is #0E9722. Grayscale: #9D9D9D. Windows color (decimal): -956195 or 14510321. OLE color: 14510321.

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

Color convert

RGB 241 104 221 -
CMYK 0 0.57 0.08 0.05
HSL 308.76º 0.83% 0.68% -
HSV(B) 308.76º 0.57% 0.95% -
XYZ 54.28 33.82 72.07 -
YUV 158.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 241 104 221 0 0.57 0.08 0.05 308.76 0.83 0.68
Hex F1 68 DD 0 39 8 5 135 53 44
Octal 361 150 335 0 71 10 5 465 123 104
Binary 11110001 1101000 11011101 0 111001 1000 101 100110101 1010011 1000100

Color Harmonies of #F168DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168DD

Black with #F168DD

Text Example


Text Example

White with #F168DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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