Html Css Color HEX #F164DB Free Speech Magenta

📋 copy color: '#F164DB'

red 241 ◦ green 100 ◦ blue 219

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

Shades of Free Speech Magenta #F164DB

Tints of Free Speech Magenta #F164DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.86%

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

R = 43.04%
G = 17.86%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F164DB (or 0xF164DB) is known color: Free Speech Magenta. HEX triplet: F1, 64 and DB. RGB value is (241,100,219). Sum of RGB (Red+Green+Blue) = 241+100+219=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F164DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164DB is #0E9B24. Grayscale: #9B9B9B. Windows color (decimal): -957221 or 14378225. OLE color: 14378225.

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

Color convert

RGB 241 100 219 -
CMYK 0 0.59 0.09 0.05
HSL 309.36º 0.83% 0.67% -
HSV(B) 309.36º 0.59% 0.95% -
XYZ 53.62 32.93 70.55 -
YUV 155.73 163.71 188.82 -
System Red Green Blue C M Y K H S L
Decimal 241 100 219 0 0.59 0.09 0.05 309.36 0.83 0.67
Hex F1 64 DB 0 3B 9 5 135 53 43
Octal 361 144 333 0 73 11 5 465 123 103
Binary 11110001 1100100 11011011 0 111011 1001 101 100110101 1010011 1000011

Color Harmonies of #F164DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164DB

Black with #F164DB

Text Example


Text Example

White with #F164DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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