Html Css Color HEX #F157C9 Free Speech Magenta

📋 copy color: '#F157C9'

red 241 ◦ green 87 ◦ blue 201

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

Shades of Free Speech Magenta #F157C9

Tints of Free Speech Magenta #F157C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 45.56%
G = 16.45%
B = 38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F157C9 (or 0xF157C9) is known color: Free Speech Magenta. HEX triplet: F1, 57 and C9. RGB value is (241,87,201). Sum of RGB (Red+Green+Blue) = 241+87+201=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F157C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157C9 is #0EA836. Grayscale: #919191. Windows color (decimal): -960567 or 13195249. OLE color: 13195249.

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

Color convert

RGB 241 87 201 -
CMYK 0 0.64 0.17 0.05
HSL 315.58º 0.85% 0.64% -
HSV(B) 315.58º 0.64% 0.95% -
XYZ 50.23 29.73 58.35 -
YUV 146.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 241 87 201 0 0.64 0.17 0.05 315.58 0.85 0.64
Hex F1 57 C9 0 40 11 5 13C 55 40
Octal 361 127 311 0 100 21 5 474 125 100
Binary 11110001 1010111 11001001 0 1000000 10001 101 100111100 1010101 1000000

Color Harmonies of #F157C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157C9

Black with #F157C9

Text Example


Text Example

White with #F157C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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