Html Css Color HEX #F155CB Free Speech Magenta

📋 copy color: '#F155CB'

red 241 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Magenta #F155CB

Tints of Free Speech Magenta #F155CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.07%

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

R = 45.56%
G = 16.07%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F155CB (or 0xF155CB) is known color: Free Speech Magenta. HEX triplet: F1, 55 and CB. RGB value is (241,85,203). Sum of RGB (Red+Green+Blue) = 241+85+203=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F155CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155CB is #0EAA34. Grayscale: #909090. Windows color (decimal): -961077 or 13325809. OLE color: 13325809.

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

Color convert

RGB 241 85 203 -
CMYK 0 0.65 0.16 0.05
HSL 314.62º 0.85% 0.64% -
HSV(B) 314.62º 0.65% 0.95% -
XYZ 50.3 29.51 59.54 -
YUV 145.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 241 85 203 0 0.65 0.16 0.05 314.62 0.85 0.64
Hex F1 55 CB 0 41 10 5 13B 55 40
Octal 361 125 313 0 101 20 5 473 125 100
Binary 11110001 1010101 11001011 0 1000001 10000 101 100111011 1010101 1000000

Color Harmonies of #F155CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155CB

Black with #F155CB

Text Example


Text Example

White with #F155CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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