Html Css Color HEX #F478DA Pale Magenta

📋 copy color: '#F478DA'

red 244 ◦ green 120 ◦ blue 218

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

Shades of Pale Magenta #F478DA

Tints of Pale Magenta #F478DA

RGB

 RED value IS 244 (95.7% from 255) = 41.92%

 GREEN value IS 120 (47.27% from 255) = 20.62%

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

R = 41.92%
G = 20.62%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F478DA (or 0xF478DA) is known color: Pale Magenta. HEX triplet: F4, 78 and DA. RGB value is (244,120,218). Sum of RGB (Red+Green+Blue) = 244+120+218=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F478DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478DA is #0B8725. Grayscale: #A7A7A7. Windows color (decimal): -755494 or 14317812. OLE color: 14317812.

HSL color Cylindrical-coordinate representation of color #F478DA: hue angle of 312.58º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478DA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 120 218 -
CMYK 0 0.51 0.11 0.04
HSL 312.58º 0.85% 0.71% -
HSV(B) 312.58º 0.51% 0.96% -
XYZ 56.68 37.73 70.62 -
YUV 168.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 244 120 218 0 0.51 0.11 0.04 312.58 0.85 0.71
Hex F4 78 DA 0 33 B 4 139 55 47
Octal 364 170 332 0 63 13 4 471 125 107
Binary 11110100 1111000 11011010 0 110011 1011 100 100111001 1010101 1000111

Color Harmonies of #F478DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F478DA

Black with #F478DA

Text Example


Text Example

White with #F478DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F478DA; }

 p { color: rgb(244,120,218); }

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

background-color css

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

 a { background-color: rgb(244,120,218); }

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

border-color css

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

 span { border-color: rgb(244,120,218); }

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