Html Css Color HEX #F169DB Free Speech Magenta

📋 copy color: '#F169DB'

red 241 ◦ green 105 ◦ blue 219

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

Shades of Free Speech Magenta #F169DB

Tints of Free Speech Magenta #F169DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.58%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 42.65%
G = 18.58%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F169DB (or 0xF169DB) is known color: Free Speech Magenta. HEX triplet: F1, 69 and DB. RGB value is (241,105,219). Sum of RGB (Red+Green+Blue) = 241+105+219=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F169DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169DB is #0E9624. Grayscale: #9E9E9E. Windows color (decimal): -955941 or 14379505. OLE color: 14379505.

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

Color convert

RGB 241 105 219 -
CMYK 0 0.56 0.09 0.05
HSL 309.71º 0.83% 0.68% -
HSV(B) 309.71º 0.56% 0.95% -
XYZ 54.11 33.92 70.71 -
YUV 158.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 241 105 219 0 0.56 0.09 0.05 309.71 0.83 0.68
Hex F1 69 DB 0 38 9 5 136 53 44
Octal 361 151 333 0 70 11 5 466 123 104
Binary 11110001 1101001 11011011 0 111000 1001 101 100110110 1010011 1000100

Color Harmonies of #F169DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F169DB

Black with #F169DB

Text Example


Text Example

White with #F169DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F169DB; }

 p { color: rgb(241,105,219); }

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

background-color css

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

 a { background-color: rgb(241,105,219); }

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

border-color css

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

 span { border-color: rgb(241,105,219); }

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