Html Css Color HEX #F749DA Free Speech Magenta

📋 copy color: '#F749DA'

red 247 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #F749DA

Tints of Free Speech Magenta #F749DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 45.91%
G = 13.57%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F749DA (or 0xF749DA) is known color: Free Speech Magenta. HEX triplet: F7, 49 and DA. RGB value is (247,73,218). Sum of RGB (Red+Green+Blue) = 247+73+218=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F749DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749DA is #08B625. Grayscale: #8D8D8D. Windows color (decimal): -570918 or 14305783. OLE color: 14305783.

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

Color convert

RGB 247 73 218 -
CMYK 0 0.70 0.12 0.03
HSL 310º 0.92% 0.63% -
HSV(B) 310º 0.7% 0.97% -
XYZ 53.4 29.6 69.23 -
YUV 141.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 247 73 218 0 0.70 0.12 0.03 310 0.92 0.63
Hex F7 49 DA 0 46 C 3 136 5C 3F
Octal 367 111 332 0 106 14 3 466 134 77
Binary 11110111 1001001 11011010 0 1000110 1100 11 100110110 1011100 111111

Color Harmonies of #F749DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749DA

Black with #F749DA

Text Example


Text Example

White with #F749DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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