Html Css Color HEX #F04DCE Free Speech Magenta

📋 copy color: '#F04DCE'

red 240 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Magenta #F04DCE

Tints of Free Speech Magenta #F04DCE

RGB

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

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

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

R = 45.89%
G = 14.72%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F04DCE (or 0xF04DCE) is known color: Free Speech Magenta. HEX triplet: F0, 4D and CE. RGB value is (240,77,206). Sum of RGB (Red+Green+Blue) = 240+77+206=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DCE is #0FB231. Grayscale: #8C8C8C. Windows color (decimal): -1028658 or 13520368. OLE color: 13520368.

HSL color Cylindrical-coordinate representation of color #F04DCE: hue angle of 312.52º 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 #F04DCE is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 206 -
CMYK 0 0.68 0.14 0.06
HSL 312.52º 0.84% 0.62% -
HSV(B) 312.52º 0.68% 0.94% -
XYZ 49.73 28.29 61.23 -
YUV 140.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 240 77 206 0 0.68 0.14 0.06 312.52 0.84 0.62
Hex F0 4D CE 0 44 E 6 139 54 3E
Octal 360 115 316 0 104 16 6 471 124 76
Binary 11110000 1001101 11001110 0 1000100 1110 110 100111001 1010100 111110

Color Harmonies of #F04DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DCE

Black with #F04DCE

Text Example


Text Example

White with #F04DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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