Html Css Color HEX #F157DB Free Speech Magenta

📋 copy color: '#F157DB'

red 241 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #F157DB

Tints of Free Speech Magenta #F157DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.9%

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

R = 44.06%
G = 15.9%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F157DB (or 0xF157DB) is known color: Free Speech Magenta. HEX triplet: F1, 57 and DB. RGB value is (241,87,219). Sum of RGB (Red+Green+Blue) = 241+87+219=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F157DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157DB is #0EA824. Grayscale: #939393. Windows color (decimal): -960549 or 14374897. OLE color: 14374897.

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

Color convert

RGB 241 87 219 -
CMYK 0 0.64 0.09 0.05
HSL 308.57º 0.85% 0.64% -
HSV(B) 308.57º 0.64% 0.95% -
XYZ 52.47 30.63 70.16 -
YUV 148.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 241 87 219 0 0.64 0.09 0.05 308.57 0.85 0.64
Hex F1 57 DB 0 40 9 5 135 55 40
Octal 361 127 333 0 100 11 5 465 125 100
Binary 11110001 1010111 11011011 0 1000000 1001 101 100110101 1010101 1000000

Color Harmonies of #F157DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157DB

Black with #F157DB

Text Example


Text Example

White with #F157DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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