Html Css Color HEX #F763DC Free Speech Magenta

📋 copy color: '#F763DC'

red 247 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #F763DC

Tints of Free Speech Magenta #F763DC

RGB

 RED value IS 247 (96.88% from 255) = 43.64%

 GREEN value IS 99 (39.06% from 255) = 17.49%

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

R = 43.64%
G = 17.49%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F763DC (or 0xF763DC) is known color: Free Speech Magenta. HEX triplet: F7, 63 and DC. RGB value is (247,99,220). Sum of RGB (Red+Green+Blue) = 247+99+220=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 99 (39.06% from 255 or 17.49% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F763DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763DC is #089C23. Grayscale: #9C9C9C. Windows color (decimal): -564260 or 14443511. OLE color: 14443511.

HSL color Cylindrical-coordinate representation of color #F763DC: hue angle of 310.95º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763DC is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 99 220 -
CMYK 0 0.60 0.11 0.03
HSL 310.95º 0.9% 0.68% -
HSV(B) 310.95º 0.6% 0.97% -
XYZ 55.74 33.87 71.31 -
YUV 157.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 247 99 220 0 0.60 0.11 0.03 310.95 0.9 0.68
Hex F7 63 DC 0 3C B 3 137 5A 44
Octal 367 143 334 0 74 13 3 467 132 104
Binary 11110111 1100011 11011100 0 111100 1011 11 100110111 1011010 1000100

Color Harmonies of #F763DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763DC

Black with #F763DC

Text Example


Text Example

White with #F763DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763DC; }

 p { color: rgb(247,99,220); }

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

background-color css

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

 a { background-color: rgb(247,99,220); }

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

border-color css

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

 span { border-color: rgb(247,99,220); }

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