Html Css Color HEX #F44CDD Free Speech Magenta

📋 copy color: '#F44CDD'

red 244 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #F44CDD

Tints of Free Speech Magenta #F44CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.05%

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

R = 45.1%
G = 14.05%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F44CDD (or 0xF44CDD) is known color: Free Speech Magenta. HEX triplet: F4, 4C and DD. RGB value is (244,76,221). Sum of RGB (Red+Green+Blue) = 244+76+221=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44CDD is #0BB322. Grayscale: #8E8E8E. Windows color (decimal): -766755 or 14503156. OLE color: 14503156.

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

Color convert

RGB 244 76 221 -
CMYK 0 0.69 0.09 0.04
HSL 308.21º 0.88% 0.63% -
HSV(B) 308.21º 0.69% 0.96% -
XYZ 52.94 29.62 71.33 -
YUV 142.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 244 76 221 0 0.69 0.09 0.04 308.21 0.88 0.63
Hex F4 4C DD 0 45 9 4 134 58 3F
Octal 364 114 335 0 105 11 4 464 130 77
Binary 11110100 1001100 11011101 0 1000101 1001 100 100110100 1011000 111111

Color Harmonies of #F44CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44CDD

Black with #F44CDD

Text Example


Text Example

White with #F44CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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