Html Css Color HEX #F06CE0 Free Speech Magenta

📋 copy color: '#F06CE0'

red 240 ◦ green 108 ◦ blue 224

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

Shades of Free Speech Magenta #F06CE0

Tints of Free Speech Magenta #F06CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.88%

 BLUE value IS 224 (87.89% from 255) = 39.16%

R = 41.96%
G = 18.88%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F06CE0 (or 0xF06CE0) is known color: Free Speech Magenta. HEX triplet: F0, 6C and E0. RGB value is (240,108,224). Sum of RGB (Red+Green+Blue) = 240+108+224=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CE0 is #0F931F. Grayscale: #A0A0A0. Windows color (decimal): -1020704 or 14707952. OLE color: 14707952.

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

Color convert

RGB 240 108 224 -
CMYK 0 0.55 0.07 0.06
HSL 307.27º 0.81% 0.68% -
HSV(B) 307.27º 0.55% 0.94% -
XYZ 54.75 34.63 74.32 -
YUV 160.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 240 108 224 0 0.55 0.07 0.06 307.27 0.81 0.68
Hex F0 6C E0 0 37 7 6 133 51 44
Octal 360 154 340 0 67 7 6 463 121 104
Binary 11110000 1101100 11100000 0 110111 111 110 100110011 1010001 1000100

Color Harmonies of #F06CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CE0

Black with #F06CE0

Text Example


Text Example

White with #F06CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CE0; }

 p { color: rgb(240,108,224); }

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

background-color css

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

 a { background-color: rgb(240,108,224); }

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

border-color css

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

 span { border-color: rgb(240,108,224); }

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