Html Css Color HEX #F466DD Free Speech Magenta

📋 copy color: '#F466DD'

red 244 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F466DD

Tints of Free Speech Magenta #F466DD

RGB

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

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

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

R = 43.03%
G = 17.99%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F466DD (or 0xF466DD) is known color: Free Speech Magenta. HEX triplet: F4, 66 and DD. RGB value is (244,102,221). Sum of RGB (Red+Green+Blue) = 244+102+221=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F466DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466DD is #0B9922. Grayscale: #9D9D9D. Windows color (decimal): -760099 or 14509812. OLE color: 14509812.

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

Color convert

RGB 244 102 221 -
CMYK 0 0.58 0.09 0.04
HSL 309.72º 0.87% 0.68% -
HSV(B) 309.72º 0.58% 0.96% -
XYZ 55.11 33.96 72.06 -
YUV 158.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 244 102 221 0 0.58 0.09 0.04 309.72 0.87 0.68
Hex F4 66 DD 0 3A 9 4 136 57 44
Octal 364 146 335 0 72 11 4 466 127 104
Binary 11110100 1100110 11011101 0 111010 1001 100 100110110 1010111 1000100

Color Harmonies of #F466DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F466DD

Black with #F466DD

Text Example


Text Example

White with #F466DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F466DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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