Html Css Color HEX #F04ECB Free Speech Magenta

📋 copy color: '#F04ECB'

red 240 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Magenta #F04ECB

Tints of Free Speech Magenta #F04ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.97%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 46.07%
G = 14.97%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04ECB (or 0xF04ECB) is known color: Free Speech Magenta. HEX triplet: F0, 4E and CB. RGB value is (240,78,203). Sum of RGB (Red+Green+Blue) = 240+78+203=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04ECB is #0FB134. Grayscale: #8C8C8C. Windows color (decimal): -1028405 or 13324016. OLE color: 13324016.

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

Color convert

RGB 240 78 203 -
CMYK 0 0.68 0.15 0.06
HSL 313.7º 0.84% 0.62% -
HSV(B) 313.7º 0.68% 0.94% -
XYZ 49.44 28.29 59.35 -
YUV 140.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 240 78 203 0 0.68 0.15 0.06 313.7 0.84 0.62
Hex F0 4E CB 0 44 F 6 13A 54 3E
Octal 360 116 313 0 104 17 6 472 124 76
Binary 11110000 1001110 11001011 0 1000100 1111 110 100111010 1010100 111110

Color Harmonies of #F04ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04ECB

Black with #F04ECB

Text Example


Text Example

White with #F04ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04ECB; }

 p { color: rgb(240,78,203); }

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

background-color css

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

 a { background-color: rgb(240,78,203); }

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

border-color css

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

 span { border-color: rgb(240,78,203); }

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