Html Css Color HEX #F04DCA Free Speech Magenta

📋 copy color: '#F04DCA'

red 240 ◦ green 77 ◦ blue 202

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

Shades of Free Speech Magenta #F04DCA

Tints of Free Speech Magenta #F04DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.84%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 46.24%
G = 14.84%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F04DCA (or 0xF04DCA) is known color: Free Speech Magenta. HEX triplet: F0, 4D and CA. RGB value is (240,77,202). Sum of RGB (Red+Green+Blue) = 240+77+202=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DCA is #0FB235. Grayscale: #8B8B8B. Windows color (decimal): -1028662 or 13258224. OLE color: 13258224.

HSL color Cylindrical-coordinate representation of color #F04DCA: hue angle of 313.99º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04DCA is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 202 -
CMYK 0 0.68 0.16 0.06
HSL 313.99º 0.84% 0.62% -
HSV(B) 313.99º 0.68% 0.94% -
XYZ 49.25 28.1 58.7 -
YUV 139.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 240 77 202 0 0.68 0.16 0.06 313.99 0.84 0.62
Hex F0 4D CA 0 44 10 6 13A 54 3E
Octal 360 115 312 0 104 20 6 472 124 76
Binary 11110000 1001101 11001010 0 1000100 10000 110 100111010 1010100 111110

Color Harmonies of #F04DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DCA

Black with #F04DCA

Text Example


Text Example

White with #F04DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DCA; }

 p { color: rgb(240,77,202); }

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

background-color css

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

 a { background-color: rgb(240,77,202); }

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

border-color css

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

 span { border-color: rgb(240,77,202); }

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