Html Css Color HEX #F78CDC Pale Magenta

📋 copy color: '#F78CDC'

red 247 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F78CDC

Tints of Pale Magenta #F78CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.06%

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

R = 40.69%
G = 23.06%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F78CDC (or 0xF78CDC) is known color: Pale Magenta. HEX triplet: F7, 8C and DC. RGB value is (247,140,220). Sum of RGB (Red+Green+Blue) = 247+140+220=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CDC is #087323. Grayscale: #B4B4B4. Windows color (decimal): -553764 or 14454007. OLE color: 14454007.

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

Color convert

RGB 247 140 220 -
CMYK 0 0.43 0.11 0.03
HSL 315.14º 0.87% 0.76% -
HSV(B) 315.14º 0.43% 0.97% -
XYZ 60.65 43.7 72.95 -
YUV 181.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 247 140 220 0 0.43 0.11 0.03 315.14 0.87 0.76
Hex F7 8C DC 0 2B B 3 13B 57 4C
Octal 367 214 334 0 53 13 3 473 127 114
Binary 11110111 10001100 11011100 0 101011 1011 11 100111011 1010111 1001100

Color Harmonies of #F78CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78CDC

Black with #F78CDC

Text Example


Text Example

White with #F78CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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