Html Css Color HEX #F05FDC Free Speech Magenta

📋 copy color: '#F05FDC'

red 240 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #F05FDC

Tints of Free Speech Magenta #F05FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.12%

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

R = 43.24%
G = 17.12%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F05FDC (or 0xF05FDC) is known color: Free Speech Magenta. HEX triplet: F0, 5F and DC. RGB value is (240,95,220). Sum of RGB (Red+Green+Blue) = 240+95+220=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FDC is #0FA023. Grayscale: #989898. Windows color (decimal): -1024036 or 14442480. OLE color: 14442480.

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

Color convert

RGB 240 95 220 -
CMYK 0 0.60 0.08 0.06
HSL 308.28º 0.83% 0.66% -
HSV(B) 308.28º 0.6% 0.94% -
XYZ 52.95 31.88 71.07 -
YUV 152.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 240 95 220 0 0.60 0.08 0.06 308.28 0.83 0.66
Hex F0 5F DC 0 3C 8 6 134 53 42
Octal 360 137 334 0 74 10 6 464 123 102
Binary 11110000 1011111 11011100 0 111100 1000 110 100110100 1010011 1000010

Color Harmonies of #F05FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FDC

Black with #F05FDC

Text Example


Text Example

White with #F05FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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