Html Css Color HEX #F470DF Pale Magenta

📋 copy color: '#F470DF'

red 244 ◦ green 112 ◦ blue 223

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

Shades of Pale Magenta #F470DF

Tints of Pale Magenta #F470DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 42.14%
G = 19.34%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F470DF (or 0xF470DF) is known color: Pale Magenta. HEX triplet: F4, 70 and DF. RGB value is (244,112,223). Sum of RGB (Red+Green+Blue) = 244+112+223=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F470DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470DF is #0B8F20. Grayscale: #A3A3A3. Windows color (decimal): -757537 or 14643444. OLE color: 14643444.

HSL color Cylindrical-coordinate representation of color #F470DF: hue angle of 309.55º 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 #F470DF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 223 -
CMYK 0 0.54 0.09 0.04
HSL 309.55º 0.86% 0.7% -
HSV(B) 309.55º 0.54% 0.96% -
XYZ 56.42 36.15 73.82 -
YUV 164.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 244 112 223 0 0.54 0.09 0.04 309.55 0.86 0.7
Hex F4 70 DF 0 36 9 4 136 56 46
Octal 364 160 337 0 66 11 4 466 126 106
Binary 11110100 1110000 11011111 0 110110 1001 100 100110110 1010110 1000110

Color Harmonies of #F470DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470DF

Black with #F470DF

Text Example


Text Example

White with #F470DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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