Html Css Color HEX #F159CB Free Speech Magenta

📋 copy color: '#F159CB'

red 241 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Magenta #F159CB

Tints of Free Speech Magenta #F159CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.7%

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 45.22%
G = 16.7%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F159CB (or 0xF159CB) is known color: Free Speech Magenta. HEX triplet: F1, 59 and CB. RGB value is (241,89,203). Sum of RGB (Red+Green+Blue) = 241+89+203=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F159CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159CB is #0EA634. Grayscale: #939393. Windows color (decimal): -960053 or 13326833. OLE color: 13326833.

HSL color Cylindrical-coordinate representation of color #F159CB: hue angle of 315º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159CB is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 89 203 -
CMYK 0 0.63 0.16 0.05
HSL 315º 0.84% 0.65% -
HSV(B) 315º 0.63% 0.95% -
XYZ 50.63 30.16 59.65 -
YUV 147.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 241 89 203 0 0.63 0.16 0.05 315 0.84 0.65
Hex F1 59 CB 0 3F 10 5 13B 54 41
Octal 361 131 313 0 77 20 5 473 124 101
Binary 11110001 1011001 11001011 0 111111 10000 101 100111011 1010100 1000001

Color Harmonies of #F159CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159CB

Black with #F159CB

Text Example


Text Example

White with #F159CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159CB; }

 p { color: rgb(241,89,203); }

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

background-color css

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

 a { background-color: rgb(241,89,203); }

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

border-color css

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

 span { border-color: rgb(241,89,203); }

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