Html Css Color HEX #F054DD Free Speech Magenta

📋 copy color: '#F054DD'

red 240 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #F054DD

Tints of Free Speech Magenta #F054DD

RGB

 RED value IS 240 (94.14% from 255) = 44.04%

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

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

R = 44.04%
G = 15.41%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F054DD (or 0xF054DD) is known color: Free Speech Magenta. HEX triplet: F0, 54 and DD. RGB value is (240,84,221). Sum of RGB (Red+Green+Blue) = 240+84+221=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F054DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054DD is #0FAB22. Grayscale: #919191. Windows color (decimal): -1026851 or 14505200. OLE color: 14505200.

HSL color Cylindrical-coordinate representation of color #F054DD: hue angle of 307.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054DD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 221 -
CMYK 0 0.65 0.08 0.06
HSL 307.31º 0.84% 0.64% -
HSV(B) 307.31º 0.65% 0.94% -
XYZ 52.16 30.09 71.46 -
YUV 146.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 240 84 221 0 0.65 0.08 0.06 307.31 0.84 0.64
Hex F0 54 DD 0 41 8 6 133 54 40
Octal 360 124 335 0 101 10 6 463 124 100
Binary 11110000 1010100 11011101 0 1000001 1000 110 100110011 1010100 1000000

Color Harmonies of #F054DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054DD

Black with #F054DD

Text Example


Text Example

White with #F054DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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