Html Css Color HEX #F15ED3 Free Speech Magenta

📋 copy color: '#F15ED3'

red 241 ◦ green 94 ◦ blue 211

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

Shades of Free Speech Magenta #F15ED3

Tints of Free Speech Magenta #F15ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.64%

R = 44.14%
G = 17.22%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F15ED3 (or 0xF15ED3) is known color: Free Speech Magenta. HEX triplet: F1, 5E and D3. RGB value is (241,94,211). Sum of RGB (Red+Green+Blue) = 241+94+211=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ED3 is #0EA12C. Grayscale: #969696. Windows color (decimal): -958765 or 13852401. OLE color: 13852401.

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

Color convert

RGB 241 94 211 -
CMYK 0 0.61 0.12 0.05
HSL 312.24º 0.84% 0.66% -
HSV(B) 312.24º 0.61% 0.95% -
XYZ 52.04 31.41 64.95 -
YUV 151.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 241 94 211 0 0.61 0.12 0.05 312.24 0.84 0.66
Hex F1 5E D3 0 3D C 5 138 54 42
Octal 361 136 323 0 75 14 5 470 124 102
Binary 11110001 1011110 11010011 0 111101 1100 101 100111000 1010100 1000010

Color Harmonies of #F15ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ED3

Black with #F15ED3

Text Example


Text Example

White with #F15ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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