Html Css Color HEX #F15DEA Free Speech Magenta

📋 copy color: '#F15DEA'

red 241 ◦ green 93 ◦ blue 234

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

Shades of Free Speech Magenta #F15DEA

Tints of Free Speech Magenta #F15DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.37%

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 42.43%
G = 16.37%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F15DEA (or 0xF15DEA) is known color: Free Speech Magenta. HEX triplet: F1, 5D and EA. RGB value is (241,93,234). Sum of RGB (Red+Green+Blue) = 241+93+234=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DEA is #0EA215. Grayscale: #989898. Windows color (decimal): -958998 or 15359473. OLE color: 15359473.

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

Color convert

RGB 241 93 234 -
CMYK 0 0.61 0.03 0.05
HSL 302.84º 0.84% 0.65% -
HSV(B) 302.84º 0.61% 0.95% -
XYZ 55.04 32.47 81.21 -
YUV 153.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 241 93 234 0 0.61 0.03 0.05 302.84 0.84 0.65
Hex F1 5D EA 0 3D 3 5 12F 54 41
Octal 361 135 352 0 75 3 5 457 124 101
Binary 11110001 1011101 11101010 0 111101 11 101 100101111 1010100 1000001

Color Harmonies of #F15DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DEA

Black with #F15DEA

Text Example


Text Example

White with #F15DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DEA; }

 p { color: rgb(241,93,234); }

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

background-color css

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

 a { background-color: rgb(241,93,234); }

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

border-color css

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

 span { border-color: rgb(241,93,234); }

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