Html Css Color HEX #F15FE0 Free Speech Magenta

📋 copy color: '#F15FE0'

red 241 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #F15FE0

Tints of Free Speech Magenta #F15FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.96%

 BLUE value IS 224 (87.89% from 255) = 40%

R = 43.04%
G = 16.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F15FE0 (or 0xF15FE0) is known color: Free Speech Magenta. HEX triplet: F1, 5F and E0. RGB value is (241,95,224). Sum of RGB (Red+Green+Blue) = 241+95+224=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FE0 is #0EA01F. Grayscale: #989898. Windows color (decimal): -958496 or 14704625. OLE color: 14704625.

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

Color convert

RGB 241 95 224 -
CMYK 0 0.61 0.07 0.05
HSL 306.99º 0.84% 0.66% -
HSV(B) 306.99º 0.61% 0.95% -
XYZ 53.82 32.27 73.91 -
YUV 153.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 241 95 224 0 0.61 0.07 0.05 306.99 0.84 0.66
Hex F1 5F E0 0 3D 7 5 133 54 42
Octal 361 137 340 0 75 7 5 463 124 102
Binary 11110001 1011111 11100000 0 111101 111 101 100110011 1010100 1000010

Color Harmonies of #F15FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FE0

Black with #F15FE0

Text Example


Text Example

White with #F15FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FE0; }

 p { color: rgb(241,95,224); }

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

background-color css

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

 a { background-color: rgb(241,95,224); }

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

border-color css

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

 span { border-color: rgb(241,95,224); }

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