Html Css Color HEX #F15ECF Free Speech Magenta

📋 copy color: '#F15ECF'

red 241 ◦ green 94 ◦ blue 207

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

Shades of Free Speech Magenta #F15ECF

Tints of Free Speech Magenta #F15ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 44.46%
G = 17.34%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F15ECF (or 0xF15ECF) is known color: Free Speech Magenta. HEX triplet: F1, 5E and CF. RGB value is (241,94,207). Sum of RGB (Red+Green+Blue) = 241+94+207=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ECF is #0EA130. Grayscale: #969696. Windows color (decimal): -958769 or 13590257. OLE color: 13590257.

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

Color convert

RGB 241 94 207 -
CMYK 0 0.61 0.14 0.05
HSL 313.88º 0.84% 0.66% -
HSV(B) 313.88º 0.61% 0.95% -
XYZ 51.54 31.21 62.34 -
YUV 150.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 241 94 207 0 0.61 0.14 0.05 313.88 0.84 0.66
Hex F1 5E CF 0 3D E 5 13A 54 42
Octal 361 136 317 0 75 16 5 472 124 102
Binary 11110001 1011110 11001111 0 111101 1110 101 100111010 1010100 1000010

Color Harmonies of #F15ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ECF

Black with #F15ECF

Text Example


Text Example

White with #F15ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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