Html Css Color HEX #F15ECE Free Speech Magenta

📋 copy color: '#F15ECE'

red 241 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #F15ECE

Tints of Free Speech Magenta #F15ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.38%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 44.55%
G = 17.38%
B = 38.08%

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

#F15ECE (or 0xF15ECE) is known color: Free Speech Magenta. HEX triplet: F1, 5E and CE. RGB value is (241,94,206). Sum of RGB (Red+Green+Blue) = 241+94+206=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ECE is #0EA131. Grayscale: #969696. Windows color (decimal): -958770 or 13524721. OLE color: 13524721.

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

Color convert

RGB 241 94 206 -
CMYK 0 0.61 0.15 0.05
HSL 314.29º 0.84% 0.66% -
HSV(B) 314.29º 0.61% 0.95% -
XYZ 51.42 31.16 61.7 -
YUV 150.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 241 94 206 0 0.61 0.15 0.05 314.29 0.84 0.66
Hex F1 5E CE 0 3D F 5 13A 54 42
Octal 361 136 316 0 75 17 5 472 124 102
Binary 11110001 1011110 11001110 0 111101 1111 101 100111010 1010100 1000010

Color Harmonies of #F15ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ECE

Black with #F15ECE

Text Example


Text Example

White with #F15ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ECE; }

 p { color: rgb(241,94,206); }

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

background-color css

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

 a { background-color: rgb(241,94,206); }

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

border-color css

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

 span { border-color: rgb(241,94,206); }

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