Html Css Color HEX #F150E5 Free Speech Magenta

📋 copy color: '#F150E5'

red 241 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #F150E5

Tints of Free Speech Magenta #F150E5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.55%

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 43.82%
G = 14.55%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F150E5 (or 0xF150E5) is known color: Free Speech Magenta. HEX triplet: F1, 50 and E5. RGB value is (241,80,229). Sum of RGB (Red+Green+Blue) = 241+80+229=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F150E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150E5 is #0EAF1A. Grayscale: #909090. Windows color (decimal): -962331 or 15028465. OLE color: 15028465.

HSL color Cylindrical-coordinate representation of color #F150E5: hue angle of 304.47º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150E5 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 229 -
CMYK 0 0.67 0.05 0.05
HSL 304.47º 0.85% 0.63% -
HSV(B) 304.47º 0.67% 0.95% -
XYZ 53.29 30.1 77.13 -
YUV 145.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 241 80 229 0 0.67 0.05 0.05 304.47 0.85 0.63
Hex F1 50 E5 0 43 5 5 130 55 3F
Octal 361 120 345 0 103 5 5 460 125 77
Binary 11110001 1010000 11100101 0 1000011 101 101 100110000 1010101 111111

Color Harmonies of #F150E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150E5

Black with #F150E5

Text Example


Text Example

White with #F150E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150E5; }

 p { color: rgb(241,80,229); }

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

background-color css

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

 a { background-color: rgb(241,80,229); }

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

border-color css

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

 span { border-color: rgb(241,80,229); }

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