Html Css Color HEX #F15FCC Free Speech Magenta

📋 copy color: '#F15FCC'

red 241 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #F15FCC

Tints of Free Speech Magenta #F15FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.59%

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

R = 44.63%
G = 17.59%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F15FCC (or 0xF15FCC) is known color: Free Speech Magenta. HEX triplet: F1, 5F and CC. RGB value is (241,95,204). Sum of RGB (Red+Green+Blue) = 241+95+204=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FCC is #0EA033. Grayscale: #969696. Windows color (decimal): -958516 or 13393905. OLE color: 13393905.

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

Color convert

RGB 241 95 204 -
CMYK 0 0.61 0.15 0.05
HSL 315.21º 0.84% 0.66% -
HSV(B) 315.21º 0.61% 0.95% -
XYZ 51.27 31.24 60.46 -
YUV 151.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 241 95 204 0 0.61 0.15 0.05 315.21 0.84 0.66
Hex F1 5F CC 0 3D F 5 13B 54 42
Octal 361 137 314 0 75 17 5 473 124 102
Binary 11110001 1011111 11001100 0 111101 1111 101 100111011 1010100 1000010

Color Harmonies of #F15FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FCC

Black with #F15FCC

Text Example


Text Example

White with #F15FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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