Html Css Color HEX #F76FDC Pale Magenta

📋 copy color: '#F76FDC'

red 247 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #F76FDC

Tints of Pale Magenta #F76FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.2%

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

R = 42.73%
G = 19.2%
B = 38.06%

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

#F76FDC (or 0xF76FDC) is known color: Pale Magenta. HEX triplet: F7, 6F and DC. RGB value is (247,111,220). Sum of RGB (Red+Green+Blue) = 247+111+220=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FDC is #089023. Grayscale: #A3A3A3. Windows color (decimal): -561188 or 14446583. OLE color: 14446583.

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

Color convert

RGB 247 111 220 -
CMYK 0 0.55 0.11 0.03
HSL 311.91º 0.89% 0.7% -
HSV(B) 311.91º 0.55% 0.97% -
XYZ 56.96 36.31 71.72 -
YUV 164.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 247 111 220 0 0.55 0.11 0.03 311.91 0.89 0.7
Hex F7 6F DC 0 37 B 3 138 59 46
Octal 367 157 334 0 67 13 3 470 131 106
Binary 11110111 1101111 11011100 0 110111 1011 11 100111000 1011001 1000110

Color Harmonies of #F76FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76FDC

Black with #F76FDC

Text Example


Text Example

White with #F76FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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