Html Css Color HEX #F78FDC Pale Magenta

📋 copy color: '#F78FDC'

red 247 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #F78FDC

Tints of Pale Magenta #F78FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.44%

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

R = 40.49%
G = 23.44%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F78FDC (or 0xF78FDC) is known color: Pale Magenta. HEX triplet: F7, 8F and DC. RGB value is (247,143,220). Sum of RGB (Red+Green+Blue) = 247+143+220=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FDC is #087023. Grayscale: #B6B6B6. Windows color (decimal): -552996 or 14454775. OLE color: 14454775.

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

Color convert

RGB 247 143 220 -
CMYK 0 0.42 0.11 0.03
HSL 315.58º 0.87% 0.76% -
HSV(B) 315.58º 0.42% 0.97% -
XYZ 61.1 44.59 73.1 -
YUV 182.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 247 143 220 0 0.42 0.11 0.03 315.58 0.87 0.76
Hex F7 8F DC 0 2A B 3 13C 57 4C
Octal 367 217 334 0 52 13 3 474 127 114
Binary 11110111 10001111 11011100 0 101010 1011 11 100111100 1010111 1001100

Color Harmonies of #F78FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78FDC

Black with #F78FDC

Text Example


Text Example

White with #F78FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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