Html Css Color HEX #F15ED2 Free Speech Magenta

📋 copy color: '#F15ED2'

red 241 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Magenta #F15ED2

Tints of Free Speech Magenta #F15ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 44.22%
G = 17.25%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F15ED2 (or 0xF15ED2) is known color: Free Speech Magenta. HEX triplet: F1, 5E and D2. RGB value is (241,94,210). Sum of RGB (Red+Green+Blue) = 241+94+210=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ED2 is #0EA12D. Grayscale: #969696. Windows color (decimal): -958766 or 13786865. OLE color: 13786865.

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

Color convert

RGB 241 94 210 -
CMYK 0 0.61 0.13 0.05
HSL 312.65º 0.84% 0.66% -
HSV(B) 312.65º 0.61% 0.95% -
XYZ 51.91 31.36 64.29 -
YUV 151.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 241 94 210 0 0.61 0.13 0.05 312.65 0.84 0.66
Hex F1 5E D2 0 3D D 5 139 54 42
Octal 361 136 322 0 75 15 5 471 124 102
Binary 11110001 1011110 11010010 0 111101 1101 101 100111001 1010100 1000010

Color Harmonies of #F15ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ED2

Black with #F15ED2

Text Example


Text Example

White with #F15ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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