Html Css Color HEX #F446DD Free Speech Magenta

📋 copy color: '#F446DD'

red 244 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Magenta #F446DD

Tints of Free Speech Magenta #F446DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.08%

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

R = 45.61%
G = 13.08%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F446DD (or 0xF446DD) is known color: Free Speech Magenta. HEX triplet: F4, 46 and DD. RGB value is (244,70,221). Sum of RGB (Red+Green+Blue) = 244+70+221=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F446DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F446DD is #0BB922. Grayscale: #8A8A8A. Windows color (decimal): -768291 or 14501620. OLE color: 14501620.

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

Color convert

RGB 244 70 221 -
CMYK 0 0.71 0.09 0.04
HSL 307.93º 0.89% 0.62% -
HSV(B) 307.93º 0.71% 0.96% -
XYZ 52.55 28.83 71.2 -
YUV 139.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 244 70 221 0 0.71 0.09 0.04 307.93 0.89 0.62
Hex F4 46 DD 0 47 9 4 134 59 3E
Octal 364 106 335 0 107 11 4 464 131 76
Binary 11110100 1000110 11011101 0 1000111 1001 100 100110100 1011001 111110

Color Harmonies of #F446DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F446DD

Black with #F446DD

Text Example


Text Example

White with #F446DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F446DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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