Html Css Color HEX #F154DD Free Speech Magenta

📋 copy color: '#F154DD'

red 241 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #F154DD

Tints of Free Speech Magenta #F154DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.38%

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

R = 44.14%
G = 15.38%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F154DD (or 0xF154DD) is known color: Free Speech Magenta. HEX triplet: F1, 54 and DD. RGB value is (241,84,221). Sum of RGB (Red+Green+Blue) = 241+84+221=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F154DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154DD is #0EAB22. Grayscale: #929292. Windows color (decimal): -961315 or 14505201. OLE color: 14505201.

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

Color convert

RGB 241 84 221 -
CMYK 0 0.65 0.08 0.05
HSL 307.64º 0.85% 0.64% -
HSV(B) 307.64º 0.65% 0.95% -
XYZ 52.5 30.26 71.48 -
YUV 146.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 241 84 221 0 0.65 0.08 0.05 307.64 0.85 0.64
Hex F1 54 DD 0 41 8 5 134 55 40
Octal 361 124 335 0 101 10 5 464 125 100
Binary 11110001 1010100 11011101 0 1000001 1000 101 100110100 1010101 1000000

Color Harmonies of #F154DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154DD

Black with #F154DD

Text Example


Text Example

White with #F154DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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