Html Css Color HEX #F459DD Free Speech Magenta

📋 copy color: '#F459DD'

red 244 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #F459DD

Tints of Free Speech Magenta #F459DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.06%

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

R = 44.04%
G = 16.06%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F459DD (or 0xF459DD) is known color: Free Speech Magenta. HEX triplet: F4, 59 and DD. RGB value is (244,89,221). Sum of RGB (Red+Green+Blue) = 244+89+221=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F459DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F459DD is #0BA622. Grayscale: #969696. Windows color (decimal): -763427 or 14506484. OLE color: 14506484.

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

Color convert

RGB 244 89 221 -
CMYK 0 0.64 0.09 0.04
HSL 308.9º 0.88% 0.65% -
HSV(B) 308.9º 0.64% 0.96% -
XYZ 53.93 31.6 71.66 -
YUV 150.39 167.85 194.77 -
System Red Green Blue C M Y K H S L
Decimal 244 89 221 0 0.64 0.09 0.04 308.9 0.88 0.65
Hex F4 59 DD 0 40 9 4 135 58 41
Octal 364 131 335 0 100 11 4 465 130 101
Binary 11110100 1011001 11011101 0 1000000 1001 100 100110101 1011000 1000001

Color Harmonies of #F459DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F459DD

Black with #F459DD

Text Example


Text Example

White with #F459DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F459DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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