Html Css Color HEX #F54EDD Free Speech Magenta

📋 copy color: '#F54EDD'

red 245 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #F54EDD

Tints of Free Speech Magenta #F54EDD

RGB

 RED value IS 245 (96.09% from 255) = 45.04%

 GREEN value IS 78 (30.86% from 255) = 14.34%

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

R = 45.04%
G = 14.34%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F54EDD (or 0xF54EDD) is known color: Free Speech Magenta. HEX triplet: F5, 4E and DD. RGB value is (245,78,221). Sum of RGB (Red+Green+Blue) = 245+78+221=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54EDD is #0AB122. Grayscale: #8F8F8F. Windows color (decimal): -700707 or 14503669. OLE color: 14503669.

HSL color Cylindrical-coordinate representation of color #F54EDD: hue angle of 308.62º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EDD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 78 221 -
CMYK 0 0.68 0.10 0.04
HSL 308.62º 0.89% 0.63% -
HSV(B) 308.62º 0.68% 0.96% -
XYZ 53.43 30.08 71.4 -
YUV 144.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 245 78 221 0 0.68 0.10 0.04 308.62 0.89 0.63
Hex F5 4E DD 0 44 A 4 135 59 3F
Octal 365 116 335 0 104 12 4 465 131 77
Binary 11110101 1001110 11011101 0 1000100 1010 100 100110101 1011001 111111

Color Harmonies of #F54EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54EDD

Black with #F54EDD

Text Example


Text Example

White with #F54EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54EDD; }

 p { color: rgb(245,78,221); }

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

background-color css

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

 a { background-color: rgb(245,78,221); }

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

border-color css

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

 span { border-color: rgb(245,78,221); }

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