Html Css Color HEX #F150DD Free Speech Magenta

📋 copy color: '#F150DD'

red 241 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F150DD

Tints of Free Speech Magenta #F150DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 44.46%
G = 14.76%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F150DD (or 0xF150DD) is known color: Free Speech Magenta. HEX triplet: F1, 50 and DD. RGB value is (241,80,221). Sum of RGB (Red+Green+Blue) = 241+80+221=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F150DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150DD is #0EAF22. Grayscale: #8F8F8F. Windows color (decimal): -962339 or 14504177. OLE color: 14504177.

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

Color convert

RGB 241 80 221 -
CMYK 0 0.67 0.08 0.05
HSL 307.45º 0.85% 0.63% -
HSV(B) 307.45º 0.67% 0.95% -
XYZ 52.2 29.66 71.38 -
YUV 144.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 241 80 221 0 0.67 0.08 0.05 307.45 0.85 0.63
Hex F1 50 DD 0 43 8 5 133 55 3F
Octal 361 120 335 0 103 10 5 463 125 77
Binary 11110001 1010000 11011101 0 1000011 1000 101 100110011 1010101 111111

Color Harmonies of #F150DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150DD

Black with #F150DD

Text Example


Text Example

White with #F150DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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