Html Css Color HEX #F155DA Free Speech Magenta

📋 copy color: '#F155DA'

red 241 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #F155DA

Tints of Free Speech Magenta #F155DA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.63%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 44.3%
G = 15.63%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F155DA (or 0xF155DA) is known color: Free Speech Magenta. HEX triplet: F1, 55 and DA. RGB value is (241,85,218). Sum of RGB (Red+Green+Blue) = 241+85+218=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F155DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155DA is #0EAA25. Grayscale: #929292. Windows color (decimal): -961062 or 14308849. OLE color: 14308849.

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

Color convert

RGB 241 85 218 -
CMYK 0 0.65 0.10 0.05
HSL 308.85º 0.85% 0.64% -
HSV(B) 308.85º 0.65% 0.95% -
XYZ 52.18 30.26 69.42 -
YUV 146.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 241 85 218 0 0.65 0.10 0.05 308.85 0.85 0.64
Hex F1 55 DA 0 41 A 5 135 55 40
Octal 361 125 332 0 101 12 5 465 125 100
Binary 11110001 1010101 11011010 0 1000001 1010 101 100110101 1010101 1000000

Color Harmonies of #F155DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155DA

Black with #F155DA

Text Example


Text Example

White with #F155DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155DA; }

 p { color: rgb(241,85,218); }

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

background-color css

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

 a { background-color: rgb(241,85,218); }

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

border-color css

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

 span { border-color: rgb(241,85,218); }

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