Html Css Color HEX #F04DCF Free Speech Magenta

📋 copy color: '#F04DCF'

red 240 ◦ green 77 ◦ blue 207

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

Shades of Free Speech Magenta #F04DCF

Tints of Free Speech Magenta #F04DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 45.8%
G = 14.69%
B = 39.5%

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

#F04DCF (or 0xF04DCF) is known color: Free Speech Magenta. HEX triplet: F0, 4D and CF. RGB value is (240,77,207). Sum of RGB (Red+Green+Blue) = 240+77+207=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DCF is #0FB230. Grayscale: #8C8C8C. Windows color (decimal): -1028657 or 13585904. OLE color: 13585904.

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

Color convert

RGB 240 77 207 -
CMYK 0 0.68 0.14 0.06
HSL 312.15º 0.84% 0.62% -
HSV(B) 312.15º 0.68% 0.94% -
XYZ 49.85 28.34 61.87 -
YUV 140.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 240 77 207 0 0.68 0.14 0.06 312.15 0.84 0.62
Hex F0 4D CF 0 44 E 6 138 54 3E
Octal 360 115 317 0 104 16 6 470 124 76
Binary 11110000 1001101 11001111 0 1000100 1110 110 100111000 1010100 111110

Color Harmonies of #F04DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DCF

Black with #F04DCF

Text Example


Text Example

White with #F04DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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