Html Css Color HEX #F45ADD Free Speech Magenta

📋 copy color: '#F45ADD'

red 244 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #F45ADD

Tints of Free Speech Magenta #F45ADD

RGB

 RED value IS 244 (95.7% from 255) = 43.96%

 GREEN value IS 90 (35.55% from 255) = 16.22%

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

R = 43.96%
G = 16.22%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F45ADD (or 0xF45ADD) is known color: Free Speech Magenta. HEX triplet: F4, 5A and DD. RGB value is (244,90,221). Sum of RGB (Red+Green+Blue) = 244+90+221=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ADD is #0BA522. Grayscale: #969696. Windows color (decimal): -763171 or 14506740. OLE color: 14506740.

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

Color convert

RGB 244 90 221 -
CMYK 0 0.63 0.09 0.04
HSL 308.96º 0.88% 0.65% -
HSV(B) 308.96º 0.63% 0.96% -
XYZ 54.02 31.77 71.69 -
YUV 150.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 244 90 221 0 0.63 0.09 0.04 308.96 0.88 0.65
Hex F4 5A DD 0 3F 9 4 135 58 41
Octal 364 132 335 0 77 11 4 465 130 101
Binary 11110100 1011010 11011101 0 111111 1001 100 100110101 1011000 1000001

Color Harmonies of #F45ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45ADD

Black with #F45ADD

Text Example


Text Example

White with #F45ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45ADD; }

 p { color: rgb(244,90,221); }

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

background-color css

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

 a { background-color: rgb(244,90,221); }

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

border-color css

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

 span { border-color: rgb(244,90,221); }

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