Html Css Color HEX #F78FDA Pale Magenta

📋 copy color: '#F78FDA'

red 247 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #F78FDA

Tints of Pale Magenta #F78FDA

RGB

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

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

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

R = 40.63%
G = 23.52%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F78FDA (or 0xF78FDA) is known color: Pale Magenta. HEX triplet: F7, 8F and DA. RGB value is (247,143,218). Sum of RGB (Red+Green+Blue) = 247+143+218=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FDA is #087025. Grayscale: #B6B6B6. Windows color (decimal): -552998 or 14323703. OLE color: 14323703.

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

Color convert

RGB 247 143 218 -
CMYK 0 0.42 0.12 0.03
HSL 316.73º 0.87% 0.76% -
HSV(B) 316.73º 0.42% 0.97% -
XYZ 60.84 44.48 71.71 -
YUV 182.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 247 143 218 0 0.42 0.12 0.03 316.73 0.87 0.76
Hex F7 8F DA 0 2A C 3 13D 57 4C
Octal 367 217 332 0 52 14 3 475 127 114
Binary 11110111 10001111 11011010 0 101010 1100 11 100111101 1010111 1001100

Color Harmonies of #F78FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78FDA

Black with #F78FDA

Text Example


Text Example

White with #F78FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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