Html Css Color HEX #F44AD4 Free Speech Magenta

📋 copy color: '#F44AD4'

red 244 ◦ green 74 ◦ blue 212

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

Shades of Free Speech Magenta #F44AD4

Tints of Free Speech Magenta #F44AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40%

R = 46.04%
G = 13.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F44AD4 (or 0xF44AD4) is known color: Free Speech Magenta. HEX triplet: F4, 4A and D4. RGB value is (244,74,212). Sum of RGB (Red+Green+Blue) = 244+74+212=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44AD4 is #0BB52B. Grayscale: #8C8C8C. Windows color (decimal): -767276 or 13912820. OLE color: 13912820.

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

Color convert

RGB 244 74 212 -
CMYK 0 0.70 0.13 0.04
HSL 311.29º 0.89% 0.62% -
HSV(B) 311.29º 0.7% 0.96% -
XYZ 51.64 28.88 65.14 -
YUV 140.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 244 74 212 0 0.70 0.13 0.04 311.29 0.89 0.62
Hex F4 4A D4 0 46 D 4 137 59 3E
Octal 364 112 324 0 106 15 4 467 131 76
Binary 11110100 1001010 11010100 0 1000110 1101 100 100110111 1011001 111110

Color Harmonies of #F44AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44AD4

Black with #F44AD4

Text Example


Text Example

White with #F44AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44AD4; }

 p { color: rgb(244,74,212); }

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

background-color css

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

 a { background-color: rgb(244,74,212); }

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

border-color css

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

 span { border-color: rgb(244,74,212); }

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