Html Css Color HEX #F062DC Free Speech Magenta

📋 copy color: '#F062DC'

red 240 ◦ green 98 ◦ blue 220

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

Shades of Free Speech Magenta #F062DC

Tints of Free Speech Magenta #F062DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.56%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 43.01%
G = 17.56%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F062DC (or 0xF062DC) is known color: Free Speech Magenta. HEX triplet: F0, 62 and DC. RGB value is (240,98,220). Sum of RGB (Red+Green+Blue) = 240+98+220=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F062DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062DC is #0F9D23. Grayscale: #9A9A9A. Windows color (decimal): -1023268 or 14443248. OLE color: 14443248.

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

Color convert

RGB 240 98 220 -
CMYK 0 0.59 0.08 0.06
HSL 308.45º 0.83% 0.66% -
HSV(B) 308.45º 0.59% 0.94% -
XYZ 53.22 32.43 71.16 -
YUV 154.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 240 98 220 0 0.59 0.08 0.06 308.45 0.83 0.66
Hex F0 62 DC 0 3B 8 6 134 53 42
Octal 360 142 334 0 73 10 6 464 123 102
Binary 11110000 1100010 11011100 0 111011 1000 110 100110100 1010011 1000010

Color Harmonies of #F062DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062DC

Black with #F062DC

Text Example


Text Example

White with #F062DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062DC; }

 p { color: rgb(240,98,220); }

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

background-color css

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

 a { background-color: rgb(240,98,220); }

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

border-color css

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

 span { border-color: rgb(240,98,220); }

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