Html Css Color HEX #F466DB Free Speech Magenta

📋 copy color: '#F466DB'

red 244 ◦ green 102 ◦ blue 219

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

Shades of Free Speech Magenta #F466DB

Tints of Free Speech Magenta #F466DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.05%

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

R = 43.19%
G = 18.05%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F466DB (or 0xF466DB) is known color: Free Speech Magenta. HEX triplet: F4, 66 and DB. RGB value is (244,102,219). Sum of RGB (Red+Green+Blue) = 244+102+219=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F466DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466DB is #0B9924. Grayscale: #9D9D9D. Windows color (decimal): -760101 or 14378740. OLE color: 14378740.

HSL color Cylindrical-coordinate representation of color #F466DB: hue angle of 310.56º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466DB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 102 219 -
CMYK 0 0.58 0.10 0.04
HSL 310.56º 0.87% 0.68% -
HSV(B) 310.56º 0.58% 0.96% -
XYZ 54.85 33.85 70.66 -
YUV 157.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 244 102 219 0 0.58 0.10 0.04 310.56 0.87 0.68
Hex F4 66 DB 0 3A A 4 137 57 44
Octal 364 146 333 0 72 12 4 467 127 104
Binary 11110100 1100110 11011011 0 111010 1010 100 100110111 1010111 1000100

Color Harmonies of #F466DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F466DB

Black with #F466DB

Text Example


Text Example

White with #F466DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F466DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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