Html Css Color HEX #F168DB Free Speech Magenta

📋 copy color: '#F168DB'

red 241 ◦ green 104 ◦ blue 219

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

Shades of Free Speech Magenta #F168DB

Tints of Free Speech Magenta #F168DB

RGB

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

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

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

R = 42.73%
G = 18.44%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F168DB (or 0xF168DB) is known color: Free Speech Magenta. HEX triplet: F1, 68 and DB. RGB value is (241,104,219). Sum of RGB (Red+Green+Blue) = 241+104+219=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F168DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168DB is #0E9724. Grayscale: #9D9D9D. Windows color (decimal): -956197 or 14379249. OLE color: 14379249.

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

Color convert

RGB 241 104 219 -
CMYK 0 0.57 0.09 0.05
HSL 309.64º 0.83% 0.68% -
HSV(B) 309.64º 0.57% 0.95% -
XYZ 54.01 33.72 70.68 -
YUV 158.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 241 104 219 0 0.57 0.09 0.05 309.64 0.83 0.68
Hex F1 68 DB 0 39 9 5 136 53 44
Octal 361 150 333 0 71 11 5 466 123 104
Binary 11110001 1101000 11011011 0 111001 1001 101 100110110 1010011 1000100

Color Harmonies of #F168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168DB

Black with #F168DB

Text Example


Text Example

White with #F168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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