Html Css Color HEX #F15BCC Free Speech Magenta

📋 copy color: '#F15BCC'

red 241 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Magenta #F15BCC

Tints of Free Speech Magenta #F15BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 44.96%
G = 16.98%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F15BCC (or 0xF15BCC) is known color: Free Speech Magenta. HEX triplet: F1, 5B and CC. RGB value is (241,91,204). Sum of RGB (Red+Green+Blue) = 241+91+204=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BCC is #0EA433. Grayscale: #949494. Windows color (decimal): -959540 or 13392881. OLE color: 13392881.

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

Color convert

RGB 241 91 204 -
CMYK 0 0.62 0.15 0.05
HSL 314.8º 0.84% 0.65% -
HSV(B) 314.8º 0.62% 0.95% -
XYZ 50.92 30.54 60.34 -
YUV 148.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 241 91 204 0 0.62 0.15 0.05 314.8 0.84 0.65
Hex F1 5B CC 0 3E F 5 13B 54 41
Octal 361 133 314 0 76 17 5 473 124 101
Binary 11110001 1011011 11001100 0 111110 1111 101 100111011 1010100 1000001

Color Harmonies of #F15BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BCC

Black with #F15BCC

Text Example


Text Example

White with #F15BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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