Html Css Color HEX #F049CE Free Speech Magenta

📋 copy color: '#F049CE'

red 240 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Magenta #F049CE

Tints of Free Speech Magenta #F049CE

RGB

 RED value IS 240 (94.14% from 255) = 46.24%

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 46.24%
G = 14.07%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F049CE (or 0xF049CE) is known color: Free Speech Magenta. HEX triplet: F0, 49 and CE. RGB value is (240,73,206). Sum of RGB (Red+Green+Blue) = 240+73+206=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F049CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049CE is #0FB631. Grayscale: #898989. Windows color (decimal): -1029682 or 13519344. OLE color: 13519344.

HSL color Cylindrical-coordinate representation of color #F049CE: hue angle of 312.22º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049CE is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 206 -
CMYK 0 0.70 0.14 0.06
HSL 312.22º 0.85% 0.61% -
HSV(B) 312.22º 0.7% 0.94% -
XYZ 49.46 27.75 61.14 -
YUV 138.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 240 73 206 0 0.70 0.14 0.06 312.22 0.85 0.61
Hex F0 49 CE 0 46 E 6 138 55 3D
Octal 360 111 316 0 106 16 6 470 125 75
Binary 11110000 1001001 11001110 0 1000110 1110 110 100111000 1010101 111101

Color Harmonies of #F049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049CE

Black with #F049CE

Text Example


Text Example

White with #F049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049CE; }

 p { color: rgb(240,73,206); }

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

background-color css

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

 a { background-color: rgb(240,73,206); }

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

border-color css

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

 span { border-color: rgb(240,73,206); }

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