Html Css Color HEX #F57BDD Pale Magenta

📋 copy color: '#F57BDD'

red 245 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #F57BDD

Tints of Pale Magenta #F57BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.88%

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

R = 41.6%
G = 20.88%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F57BDD (or 0xF57BDD) is known color: Pale Magenta. HEX triplet: F5, 7B and DD. RGB value is (245,123,221). Sum of RGB (Red+Green+Blue) = 245+123+221=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BDD is #0A8422. Grayscale: #AAAAAA. Windows color (decimal): -689187 or 14515189. OLE color: 14515189.

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

Color convert

RGB 245 123 221 -
CMYK 0 0.50 0.10 0.04
HSL 311.8º 0.86% 0.72% -
HSV(B) 311.8º 0.5% 0.96% -
XYZ 57.79 38.8 72.85 -
YUV 170.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 245 123 221 0 0.50 0.10 0.04 311.8 0.86 0.72
Hex F5 7B DD 0 32 A 4 138 56 48
Octal 365 173 335 0 62 12 4 470 126 110
Binary 11110101 1111011 11011101 0 110010 1010 100 100111000 1010110 1001000

Color Harmonies of #F57BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BDD

Black with #F57BDD

Text Example


Text Example

White with #F57BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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