Html Css Color HEX #F764DC Free Speech Magenta

📋 copy color: '#F764DC'

red 247 ◦ green 100 ◦ blue 220

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

Shades of Free Speech Magenta #F764DC

Tints of Free Speech Magenta #F764DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.64%

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

R = 43.56%
G = 17.64%
B = 38.8%

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

#F764DC (or 0xF764DC) is known color: Free Speech Magenta. HEX triplet: F7, 64 and DC. RGB value is (247,100,220). Sum of RGB (Red+Green+Blue) = 247+100+220=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F764DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764DC is #089B23. Grayscale: #9D9D9D. Windows color (decimal): -564004 or 14443767. OLE color: 14443767.

HSL color Cylindrical-coordinate representation of color #F764DC: hue angle of 311.02º 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 #F764DC is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 100 220 -
CMYK 0 0.60 0.11 0.03
HSL 311.02º 0.9% 0.68% -
HSV(B) 311.02º 0.6% 0.97% -
XYZ 55.83 34.06 71.34 -
YUV 157.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 247 100 220 0 0.60 0.11 0.03 311.02 0.9 0.68
Hex F7 64 DC 0 3C B 3 137 5A 44
Octal 367 144 334 0 74 13 3 467 132 104
Binary 11110111 1100100 11011100 0 111100 1011 11 100110111 1011010 1000100

Color Harmonies of #F764DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764DC

Black with #F764DC

Text Example


Text Example

White with #F764DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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