Html Css Color HEX #F446DB Free Speech Magenta

📋 copy color: '#F446DB'

red 244 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #F446DB

Tints of Free Speech Magenta #F446DB

RGB

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

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

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

R = 45.78%
G = 13.13%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F446DB (or 0xF446DB) is known color: Free Speech Magenta. HEX triplet: F4, 46 and DB. RGB value is (244,70,219). Sum of RGB (Red+Green+Blue) = 244+70+219=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F446DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F446DB is #0BB924. Grayscale: #8A8A8A. Windows color (decimal): -768293 or 14370548. OLE color: 14370548.

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

Color convert

RGB 244 70 219 -
CMYK 0 0.71 0.10 0.04
HSL 308.62º 0.89% 0.62% -
HSV(B) 308.62º 0.71% 0.96% -
XYZ 52.28 28.73 69.81 -
YUV 139.01 173.15 202.88 -
System Red Green Blue C M Y K H S L
Decimal 244 70 219 0 0.71 0.10 0.04 308.62 0.89 0.62
Hex F4 46 DB 0 47 A 4 135 59 3E
Octal 364 106 333 0 107 12 4 465 131 76
Binary 11110100 1000110 11011011 0 1000111 1010 100 100110101 1011001 111110

Color Harmonies of #F446DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F446DB

Black with #F446DB

Text Example


Text Example

White with #F446DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F446DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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