Html Css Color HEX #F070DD Pale Magenta

📋 copy color: '#F070DD'

red 240 ◦ green 112 ◦ blue 221

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

Shades of Pale Magenta #F070DD

Tints of Pale Magenta #F070DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 41.88%
G = 19.55%
B = 38.57%

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

#F070DD (or 0xF070DD) is known color: Pale Magenta. HEX triplet: F0, 70 and DD. RGB value is (240,112,221). Sum of RGB (Red+Green+Blue) = 240+112+221=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F070DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070DD is #0F8F22. Grayscale: #A2A2A2. Windows color (decimal): -1019683 or 14512368. OLE color: 14512368.

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

Color convert

RGB 240 112 221 -
CMYK 0 0.53 0.08 0.06
HSL 308.91º 0.81% 0.69% -
HSV(B) 308.91º 0.53% 0.94% -
XYZ 54.78 35.33 72.34 -
YUV 162.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 240 112 221 0 0.53 0.08 0.06 308.91 0.81 0.69
Hex F0 70 DD 0 35 8 6 135 51 45
Octal 360 160 335 0 65 10 6 465 121 105
Binary 11110000 1110000 11011101 0 110101 1000 110 100110101 1010001 1000101

Color Harmonies of #F070DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070DD

Black with #F070DD

Text Example


Text Example

White with #F070DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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