Html Css Color HEX #F05ECC Free Speech Magenta

📋 copy color: '#F05ECC'

red 240 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #F05ECC

Tints of Free Speech Magenta #F05ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.47%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 44.61%
G = 17.47%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F05ECC (or 0xF05ECC) is known color: Free Speech Magenta. HEX triplet: F0, 5E and CC. RGB value is (240,94,204). Sum of RGB (Red+Green+Blue) = 240+94+204=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ECC is #0FA133. Grayscale: #959595. Windows color (decimal): -1024308 or 13393648. OLE color: 13393648.

HSL color Cylindrical-coordinate representation of color #F05ECC: hue angle of 314.79º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05ECC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 204 -
CMYK 0 0.61 0.15 0.06
HSL 314.79º 0.83% 0.65% -
HSV(B) 314.79º 0.61% 0.94% -
XYZ 50.84 30.89 60.41 -
YUV 150.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 240 94 204 0 0.61 0.15 0.06 314.79 0.83 0.65
Hex F0 5E CC 0 3D F 6 13B 53 41
Octal 360 136 314 0 75 17 6 473 123 101
Binary 11110000 1011110 11001100 0 111101 1111 110 100111011 1010011 1000001

Color Harmonies of #F05ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05ECC

Black with #F05ECC

Text Example


Text Example

White with #F05ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05ECC; }

 p { color: rgb(240,94,204); }

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

background-color css

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

 a { background-color: rgb(240,94,204); }

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

border-color css

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

 span { border-color: rgb(240,94,204); }

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