Html Css Color HEX #F070DC Pale Magenta

📋 copy color: '#F070DC'

red 240 ◦ green 112 ◦ blue 220

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

Shades of Pale Magenta #F070DC

Tints of Pale Magenta #F070DC

RGB

 RED value IS 240 (94.14% from 255) = 41.96%

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 41.96%
G = 19.58%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F070DC (or 0xF070DC) is known color: Pale Magenta. HEX triplet: F0, 70 and DC. RGB value is (240,112,220). Sum of RGB (Red+Green+Blue) = 240+112+220=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F070DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070DC is #0F8F23. Grayscale: #A2A2A2. Windows color (decimal): -1019684 or 14446832. OLE color: 14446832.

HSL color Cylindrical-coordinate representation of color #F070DC: hue angle of 309.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070DC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 220 -
CMYK 0 0.53 0.08 0.06
HSL 309.38º 0.81% 0.69% -
HSV(B) 309.38º 0.53% 0.94% -
XYZ 54.65 35.28 71.64 -
YUV 162.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 240 112 220 0 0.53 0.08 0.06 309.38 0.81 0.69
Hex F0 70 DC 0 35 8 6 135 51 45
Octal 360 160 334 0 65 10 6 465 121 105
Binary 11110000 1110000 11011100 0 110101 1000 110 100110101 1010001 1000101

Color Harmonies of #F070DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070DC

Black with #F070DC

Text Example


Text Example

White with #F070DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070DC; }

 p { color: rgb(240,112,220); }

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

background-color css

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

 a { background-color: rgb(240,112,220); }

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

border-color css

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

 span { border-color: rgb(240,112,220); }

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