Html Css Color HEX #F150D7 Free Speech Magenta

📋 copy color: '#F150D7'

red 241 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #F150D7

Tints of Free Speech Magenta #F150D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 44.96%
G = 14.93%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F150D7 (or 0xF150D7) is known color: Free Speech Magenta. HEX triplet: F1, 50 and D7. RGB value is (241,80,215). Sum of RGB (Red+Green+Blue) = 241+80+215=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F150D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150D7 is #0EAF28. Grayscale: #8F8F8F. Windows color (decimal): -962345 or 14110961. OLE color: 14110961.

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

Color convert

RGB 241 80 215 -
CMYK 0 0.67 0.11 0.05
HSL 309.69º 0.85% 0.63% -
HSV(B) 309.69º 0.67% 0.95% -
XYZ 51.41 29.34 67.24 -
YUV 143.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 241 80 215 0 0.67 0.11 0.05 309.69 0.85 0.63
Hex F1 50 D7 0 43 B 5 136 55 3F
Octal 361 120 327 0 103 13 5 466 125 77
Binary 11110001 1010000 11010111 0 1000011 1011 101 100110110 1010101 111111

Color Harmonies of #F150D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150D7

Black with #F150D7

Text Example


Text Example

White with #F150D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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