Html Css Color HEX #F782DC Pale Magenta

📋 copy color: '#F782DC'

red 247 ◦ green 130 ◦ blue 220

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

Shades of Pale Magenta #F782DC

Tints of Pale Magenta #F782DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.78%

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

R = 41.37%
G = 21.78%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F782DC (or 0xF782DC) is known color: Pale Magenta. HEX triplet: F7, 82 and DC. RGB value is (247,130,220). Sum of RGB (Red+Green+Blue) = 247+130+220=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F782DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782DC is #087D23. Grayscale: #AFAFAF. Windows color (decimal): -556324 or 14451447. OLE color: 14451447.

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

Color convert

RGB 247 130 220 -
CMYK 0 0.47 0.11 0.03
HSL 313.85º 0.88% 0.74% -
HSV(B) 313.85º 0.47% 0.97% -
XYZ 59.26 40.91 72.48 -
YUV 175.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 247 130 220 0 0.47 0.11 0.03 313.85 0.88 0.74
Hex F7 82 DC 0 2F B 3 13A 58 4A
Octal 367 202 334 0 57 13 3 472 130 112
Binary 11110111 10000010 11011100 0 101111 1011 11 100111010 1011000 1001010

Color Harmonies of #F782DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F782DC

Black with #F782DC

Text Example


Text Example

White with #F782DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F782DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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