Html Css Color HEX #F575DD Pale Magenta

📋 copy color: '#F575DD'

red 245 ◦ green 117 ◦ blue 221

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

Shades of Pale Magenta #F575DD

Tints of Pale Magenta #F575DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.07%

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

R = 42.02%
G = 20.07%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F575DD (or 0xF575DD) is known color: Pale Magenta. HEX triplet: F5, 75 and DD. RGB value is (245,117,221). Sum of RGB (Red+Green+Blue) = 245+117+221=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F575DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575DD is #0A8A22. Grayscale: #A6A6A6. Windows color (decimal): -690723 or 14513653. OLE color: 14513653.

HSL color Cylindrical-coordinate representation of color #F575DD: hue angle of 311.25º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575DD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 117 221 -
CMYK 0 0.52 0.10 0.04
HSL 311.25º 0.86% 0.71% -
HSV(B) 311.25º 0.52% 0.96% -
XYZ 57.07 37.36 72.61 -
YUV 167.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 245 117 221 0 0.52 0.10 0.04 311.25 0.86 0.71
Hex F5 75 DD 0 34 A 4 137 56 47
Octal 365 165 335 0 64 12 4 467 126 107
Binary 11110101 1110101 11011101 0 110100 1010 100 100110111 1010110 1000111

Color Harmonies of #F575DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575DD

Black with #F575DD

Text Example


Text Example

White with #F575DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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