Html Css Color HEX #F770DA Pale Magenta

📋 copy color: '#F770DA'

red 247 ◦ green 112 ◦ blue 218

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

Shades of Pale Magenta #F770DA

Tints of Pale Magenta #F770DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 42.81%
G = 19.41%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F770DA (or 0xF770DA) is known color: Pale Magenta. HEX triplet: F7, 70 and DA. RGB value is (247,112,218). Sum of RGB (Red+Green+Blue) = 247+112+218=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F770DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770DA is #088F25. Grayscale: #A4A4A4. Windows color (decimal): -560934 or 14315767. OLE color: 14315767.

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

Color convert

RGB 247 112 218 -
CMYK 0 0.55 0.12 0.03
HSL 312.89º 0.89% 0.7% -
HSV(B) 312.89º 0.55% 0.97% -
XYZ 56.81 36.42 70.37 -
YUV 164.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 247 112 218 0 0.55 0.12 0.03 312.89 0.89 0.7
Hex F7 70 DA 0 37 C 3 139 59 46
Octal 367 160 332 0 67 14 3 471 131 106
Binary 11110111 1110000 11011010 0 110111 1100 11 100111001 1011001 1000110

Color Harmonies of #F770DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770DA

Black with #F770DA

Text Example


Text Example

White with #F770DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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