Html Css Color HEX #F150DF Free Speech Magenta

📋 copy color: '#F150DF'

red 241 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #F150DF

Tints of Free Speech Magenta #F150DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 44.3%
G = 14.71%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F150DF (or 0xF150DF) is known color: Free Speech Magenta. HEX triplet: F1, 50 and DF. RGB value is (241,80,223). Sum of RGB (Red+Green+Blue) = 241+80+223=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F150DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150DF is #0EAF20. Grayscale: #909090. Windows color (decimal): -962337 or 14635249. OLE color: 14635249.

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

Color convert

RGB 241 80 223 -
CMYK 0 0.67 0.07 0.05
HSL 306.71º 0.85% 0.63% -
HSV(B) 306.71º 0.67% 0.95% -
XYZ 52.46 29.77 72.79 -
YUV 144.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 241 80 223 0 0.67 0.07 0.05 306.71 0.85 0.63
Hex F1 50 DF 0 43 7 5 133 55 3F
Octal 361 120 337 0 103 7 5 463 125 77
Binary 11110001 1010000 11011111 0 1000011 111 101 100110011 1010101 111111

Color Harmonies of #F150DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150DF

Black with #F150DF

Text Example


Text Example

White with #F150DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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