Html Css Color HEX #F448DB Free Speech Magenta

📋 copy color: '#F448DB'

red 244 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #F448DB

Tints of Free Speech Magenta #F448DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 45.61%
G = 13.46%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F448DB (or 0xF448DB) is known color: Free Speech Magenta. HEX triplet: F4, 48 and DB. RGB value is (244,72,219). Sum of RGB (Red+Green+Blue) = 244+72+219=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F448DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448DB is #0BB724. Grayscale: #8B8B8B. Windows color (decimal): -767781 or 14371060. OLE color: 14371060.

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

Color convert

RGB 244 72 219 -
CMYK 0 0.70 0.10 0.04
HSL 308.72º 0.89% 0.62% -
HSV(B) 308.72º 0.7% 0.96% -
XYZ 52.41 28.98 69.85 -
YUV 140.19 172.48 202.05 -
System Red Green Blue C M Y K H S L
Decimal 244 72 219 0 0.70 0.10 0.04 308.72 0.89 0.62
Hex F4 48 DB 0 46 A 4 135 59 3E
Octal 364 110 333 0 106 12 4 465 131 76
Binary 11110100 1001000 11011011 0 1000110 1010 100 100110101 1011001 111110

Color Harmonies of #F448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448DB

Black with #F448DB

Text Example


Text Example

White with #F448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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