Html Css Color HEX #F157DD Free Speech Magenta

📋 copy color: '#F157DD'

red 241 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #F157DD

Tints of Free Speech Magenta #F157DD

RGB

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

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

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

R = 43.9%
G = 15.85%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F157DD (or 0xF157DD) is known color: Free Speech Magenta. HEX triplet: F1, 57 and DD. RGB value is (241,87,221). Sum of RGB (Red+Green+Blue) = 241+87+221=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F157DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157DD is #0EA822. Grayscale: #939393. Windows color (decimal): -960547 or 14505969. OLE color: 14505969.

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

Color convert

RGB 241 87 221 -
CMYK 0 0.64 0.08 0.05
HSL 307.79º 0.85% 0.64% -
HSV(B) 307.79º 0.64% 0.95% -
XYZ 52.73 30.74 71.56 -
YUV 148.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 241 87 221 0 0.64 0.08 0.05 307.79 0.85 0.64
Hex F1 57 DD 0 40 8 5 134 55 40
Octal 361 127 335 0 100 10 5 464 125 100
Binary 11110001 1010111 11011101 0 1000000 1000 101 100110100 1010101 1000000

Color Harmonies of #F157DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157DD

Black with #F157DD

Text Example


Text Example

White with #F157DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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