Html Css Color HEX #F78AD4 Pale Magenta

📋 copy color: '#F78AD4'

red 247 ◦ green 138 ◦ blue 212

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

Shades of Pale Magenta #F78AD4

Tints of Pale Magenta #F78AD4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.12%

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 41.37%
G = 23.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F78AD4 (or 0xF78AD4) is known color: Pale Magenta. HEX triplet: F7, 8A and D4. RGB value is (247,138,212). Sum of RGB (Red+Green+Blue) = 247+138+212=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD4 is #08752B. Grayscale: #B2B2B2. Windows color (decimal): -554284 or 13929207. OLE color: 13929207.

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

Color convert

RGB 247 138 212 -
CMYK 0 0.44 0.14 0.03
HSL 319.27º 0.87% 0.75% -
HSV(B) 319.27º 0.44% 0.97% -
XYZ 59.33 42.7 67.4 -
YUV 179.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 247 138 212 0 0.44 0.14 0.03 319.27 0.87 0.75
Hex F7 8A D4 0 2C E 3 13F 57 4B
Octal 367 212 324 0 54 16 3 477 127 113
Binary 11110111 10001010 11010100 0 101100 1110 11 100111111 1010111 1001011

Color Harmonies of #F78AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78AD4

Black with #F78AD4

Text Example


Text Example

White with #F78AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78AD4; }

 p { color: rgb(247,138,212); }

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

background-color css

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

 a { background-color: rgb(247,138,212); }

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

border-color css

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

 span { border-color: rgb(247,138,212); }

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