Html Css Color HEX #F150ED Free Speech Magenta

📋 copy color: '#F150ED'

red 241 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #F150ED

Tints of Free Speech Magenta #F150ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 43.19%
G = 14.34%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F150ED (or 0xF150ED) is known color: Free Speech Magenta. HEX triplet: F1, 50 and ED. RGB value is (241,80,237). Sum of RGB (Red+Green+Blue) = 241+80+237=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F150ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150ED is #0EAF12. Grayscale: #919191. Windows color (decimal): -962323 or 15552753. OLE color: 15552753.

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

Color convert

RGB 241 80 237 -
CMYK 0 0.67 0.02 0.05
HSL 301.49º 0.85% 0.63% -
HSV(B) 301.49º 0.67% 0.95% -
XYZ 54.43 30.55 83.15 -
YUV 146.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 241 80 237 0 0.67 0.02 0.05 301.49 0.85 0.63
Hex F1 50 ED 0 43 2 5 12D 55 3F
Octal 361 120 355 0 103 2 5 455 125 77
Binary 11110001 1010000 11101101 0 1000011 10 101 100101101 1010101 111111

Color Harmonies of #F150ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150ED

Black with #F150ED

Text Example


Text Example

White with #F150ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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