Html Css Color HEX #F54ADD Free Speech Magenta

📋 copy color: '#F54ADD'

red 245 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #F54ADD

Tints of Free Speech Magenta #F54ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.7%

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

R = 45.37%
G = 13.7%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F54ADD (or 0xF54ADD) is known color: Free Speech Magenta. HEX triplet: F5, 4A and DD. RGB value is (245,74,221). Sum of RGB (Red+Green+Blue) = 245+74+221=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F54ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54ADD is #0AB522. Grayscale: #8D8D8D. Windows color (decimal): -701731 or 14502645. OLE color: 14502645.

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

Color convert

RGB 245 74 221 -
CMYK 0 0.70 0.10 0.04
HSL 308.42º 0.9% 0.63% -
HSV(B) 308.42º 0.7% 0.96% -
XYZ 53.16 29.53 71.3 -
YUV 141.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 245 74 221 0 0.70 0.10 0.04 308.42 0.9 0.63
Hex F5 4A DD 0 46 A 4 134 5A 3F
Octal 365 112 335 0 106 12 4 464 132 77
Binary 11110101 1001010 11011101 0 1000110 1010 100 100110100 1011010 111111

Color Harmonies of #F54ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54ADD

Black with #F54ADD

Text Example


Text Example

White with #F54ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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