Html Css Color HEX #F448DF Free Speech Magenta

📋 copy color: '#F448DF'

red 244 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #F448DF

Tints of Free Speech Magenta #F448DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.36%

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 45.27%
G = 13.36%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F448DF (or 0xF448DF) is known color: Free Speech Magenta. HEX triplet: F4, 48 and DF. RGB value is (244,72,223). Sum of RGB (Red+Green+Blue) = 244+72+223=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F448DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448DF is #0BB720. Grayscale: #8C8C8C. Windows color (decimal): -767777 or 14633204. OLE color: 14633204.

HSL color Cylindrical-coordinate representation of color #F448DF: hue angle of 307.33º 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 #F448DF is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 72 223 -
CMYK 0 0.70 0.09 0.04
HSL 307.33º 0.89% 0.62% -
HSV(B) 307.33º 0.7% 0.96% -
XYZ 52.94 29.2 72.66 -
YUV 140.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 244 72 223 0 0.70 0.09 0.04 307.33 0.89 0.62
Hex F4 48 DF 0 46 9 4 133 59 3E
Octal 364 110 337 0 106 11 4 463 131 76
Binary 11110100 1001000 11011111 0 1000110 1001 100 100110011 1011001 111110

Color Harmonies of #F448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448DF

Black with #F448DF

Text Example


Text Example

White with #F448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448DF; }

 p { color: rgb(244,72,223); }

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

background-color css

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

 a { background-color: rgb(244,72,223); }

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

border-color css

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

 span { border-color: rgb(244,72,223); }

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