Html Css Color HEX #F770DC Pale Magenta

📋 copy color: '#F770DC'

red 247 ◦ green 112 ◦ blue 220

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

Shades of Pale Magenta #F770DC

Tints of Pale Magenta #F770DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.34%

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

R = 42.66%
G = 19.34%
B = 38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F770DC (or 0xF770DC) is known color: Pale Magenta. HEX triplet: F7, 70 and DC. RGB value is (247,112,220). Sum of RGB (Red+Green+Blue) = 247+112+220=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F770DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770DC is #088F23. Grayscale: #A4A4A4. Windows color (decimal): -560932 or 14446839. OLE color: 14446839.

HSL color Cylindrical-coordinate representation of color #F770DC: hue angle of 312º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770DC is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 220 -
CMYK 0 0.55 0.11 0.03
HSL 312º 0.89% 0.7% -
HSV(B) 312º 0.55% 0.97% -
XYZ 57.07 36.53 71.75 -
YUV 164.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 247 112 220 0 0.55 0.11 0.03 312 0.89 0.7
Hex F7 70 DC 0 37 B 3 138 59 46
Octal 367 160 334 0 67 13 3 470 131 106
Binary 11110111 1110000 11011100 0 110111 1011 11 100111000 1011001 1000110

Color Harmonies of #F770DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770DC

Black with #F770DC

Text Example


Text Example

White with #F770DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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