Html Css Color HEX #F749DD Free Speech Magenta

📋 copy color: '#F749DD'

red 247 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #F749DD

Tints of Free Speech Magenta #F749DD

RGB

 RED value IS 247 (96.88% from 255) = 45.66%

 GREEN value IS 73 (28.91% from 255) = 13.49%

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

R = 45.66%
G = 13.49%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F749DD (or 0xF749DD) is known color: Free Speech Magenta. HEX triplet: F7, 49 and DD. RGB value is (247,73,221). Sum of RGB (Red+Green+Blue) = 247+73+221=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F749DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749DD is #08B622. Grayscale: #8D8D8D. Windows color (decimal): -570915 or 14502391. OLE color: 14502391.

HSL color Cylindrical-coordinate representation of color #F749DD: hue angle of 308.97º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749DD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 221 -
CMYK 0 0.70 0.11 0.03
HSL 308.97º 0.92% 0.63% -
HSV(B) 308.97º 0.7% 0.97% -
XYZ 53.79 29.76 71.32 -
YUV 141.9 172.65 202.97 -
System Red Green Blue C M Y K H S L
Decimal 247 73 221 0 0.70 0.11 0.03 308.97 0.92 0.63
Hex F7 49 DD 0 46 B 3 135 5C 3F
Octal 367 111 335 0 106 13 3 465 134 77
Binary 11110111 1001001 11011101 0 1000110 1011 11 100110101 1011100 111111

Color Harmonies of #F749DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749DD

Black with #F749DD

Text Example


Text Example

White with #F749DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749DD; }

 p { color: rgb(247,73,221); }

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

background-color css

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

 a { background-color: rgb(247,73,221); }

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

border-color css

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

 span { border-color: rgb(247,73,221); }

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