Html Css Color HEX #F065DC Free Speech Magenta

📋 copy color: '#F065DC'

red 240 ◦ green 101 ◦ blue 220

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

Shades of Free Speech Magenta #F065DC

Tints of Free Speech Magenta #F065DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18%

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

R = 42.78%
G = 18%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F065DC (or 0xF065DC) is known color: Free Speech Magenta. HEX triplet: F0, 65 and DC. RGB value is (240,101,220). Sum of RGB (Red+Green+Blue) = 240+101+220=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F065DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065DC is #0F9A23. Grayscale: #9B9B9B. Windows color (decimal): -1022500 or 14444016. OLE color: 14444016.

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

Color convert

RGB 240 101 220 -
CMYK 0 0.58 0.08 0.06
HSL 308.63º 0.82% 0.67% -
HSV(B) 308.63º 0.58% 0.94% -
XYZ 53.51 33 71.26 -
YUV 156.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 240 101 220 0 0.58 0.08 0.06 308.63 0.82 0.67
Hex F0 65 DC 0 3A 8 6 135 52 43
Octal 360 145 334 0 72 10 6 465 122 103
Binary 11110000 1100101 11011100 0 111010 1000 110 100110101 1010010 1000011

Color Harmonies of #F065DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065DC

Black with #F065DC

Text Example


Text Example

White with #F065DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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