Html Css Color HEX #F070DA Pale Magenta

📋 copy color: '#F070DA'

red 240 ◦ green 112 ◦ blue 218

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

Shades of Pale Magenta #F070DA

Tints of Pale Magenta #F070DA

RGB

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

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

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

R = 42.11%
G = 19.65%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F070DA (or 0xF070DA) is known color: Pale Magenta. HEX triplet: F0, 70 and DA. RGB value is (240,112,218). Sum of RGB (Red+Green+Blue) = 240+112+218=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F070DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070DA is #0F8F25. Grayscale: #A2A2A2. Windows color (decimal): -1019686 or 14315760. OLE color: 14315760.

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

Color convert

RGB 240 112 218 -
CMYK 0 0.53 0.09 0.06
HSL 310.31º 0.81% 0.69% -
HSV(B) 310.31º 0.53% 0.94% -
XYZ 54.38 35.18 70.25 -
YUV 162.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 240 112 218 0 0.53 0.09 0.06 310.31 0.81 0.69
Hex F0 70 DA 0 35 9 6 136 51 45
Octal 360 160 332 0 65 11 6 466 121 105
Binary 11110000 1110000 11011010 0 110101 1001 110 100110110 1010001 1000101

Color Harmonies of #F070DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070DA

Black with #F070DA

Text Example


Text Example

White with #F070DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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