Html Css Color HEX #F15BCB Free Speech Magenta

📋 copy color: '#F15BCB'

red 241 ◦ green 91 ◦ blue 203

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

Shades of Free Speech Magenta #F15BCB

Tints of Free Speech Magenta #F15BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.01%

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

R = 45.05%
G = 17.01%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F15BCB (or 0xF15BCB) is known color: Free Speech Magenta. HEX triplet: F1, 5B and CB. RGB value is (241,91,203). Sum of RGB (Red+Green+Blue) = 241+91+203=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BCB is #0EA434. Grayscale: #949494. Windows color (decimal): -959541 or 13327345. OLE color: 13327345.

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

Color convert

RGB 241 91 203 -
CMYK 0 0.62 0.16 0.05
HSL 315.2º 0.84% 0.65% -
HSV(B) 315.2º 0.62% 0.95% -
XYZ 50.8 30.49 59.71 -
YUV 148.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 241 91 203 0 0.62 0.16 0.05 315.2 0.84 0.65
Hex F1 5B CB 0 3E 10 5 13B 54 41
Octal 361 133 313 0 76 20 5 473 124 101
Binary 11110001 1011011 11001011 0 111110 10000 101 100111011 1010100 1000001

Color Harmonies of #F15BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BCB

Black with #F15BCB

Text Example


Text Example

White with #F15BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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