Html Css Color HEX #F470DA Pale Magenta

📋 copy color: '#F470DA'

red 244 ◦ green 112 ◦ blue 218

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

Shades of Pale Magenta #F470DA

Tints of Pale Magenta #F470DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.51%

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

R = 42.51%
G = 19.51%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F470DA (or 0xF470DA) is known color: Pale Magenta. HEX triplet: F4, 70 and DA. RGB value is (244,112,218). Sum of RGB (Red+Green+Blue) = 244+112+218=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F470DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470DA is #0B8F25. Grayscale: #A3A3A3. Windows color (decimal): -757542 or 14315764. OLE color: 14315764.

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

Color convert

RGB 244 112 218 -
CMYK 0 0.54 0.11 0.04
HSL 311.82º 0.86% 0.7% -
HSV(B) 311.82º 0.54% 0.96% -
XYZ 55.76 35.88 70.32 -
YUV 163.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 244 112 218 0 0.54 0.11 0.04 311.82 0.86 0.7
Hex F4 70 DA 0 36 B 4 138 56 46
Octal 364 160 332 0 66 13 4 470 126 106
Binary 11110100 1110000 11011010 0 110110 1011 100 100111000 1010110 1000110

Color Harmonies of #F470DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470DA

Black with #F470DA

Text Example


Text Example

White with #F470DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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