Html Css Color HEX #F570DD Pale Magenta

📋 copy color: '#F570DD'

red 245 ◦ green 112 ◦ blue 221

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

Shades of Pale Magenta #F570DD

Tints of Pale Magenta #F570DD

RGB

 RED value IS 245 (96.09% from 255) = 42.39%

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

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

R = 42.39%
G = 19.38%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F570DD (or 0xF570DD) is known color: Pale Magenta. HEX triplet: F5, 70 and DD. RGB value is (245,112,221). Sum of RGB (Red+Green+Blue) = 245+112+221=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F570DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570DD is #0A8F22. Grayscale: #A3A3A3. Windows color (decimal): -692003 or 14512373. OLE color: 14512373.

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

Color convert

RGB 245 112 221 -
CMYK 0 0.54 0.10 0.04
HSL 310.83º 0.87% 0.7% -
HSV(B) 310.83º 0.54% 0.96% -
XYZ 56.5 36.22 72.42 -
YUV 164.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 245 112 221 0 0.54 0.10 0.04 310.83 0.87 0.7
Hex F5 70 DD 0 36 A 4 137 57 46
Octal 365 160 335 0 66 12 4 467 127 106
Binary 11110101 1110000 11011101 0 110110 1010 100 100110111 1010111 1000110

Color Harmonies of #F570DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F570DD

Black with #F570DD

Text Example


Text Example

White with #F570DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F570DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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