Html Css Color HEX #F57CDB Pale Magenta

📋 copy color: '#F57CDB'

red 245 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #F57CDB

Tints of Pale Magenta #F57CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.09%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 41.67%
G = 21.09%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F57CDB (or 0xF57CDB) is known color: Pale Magenta. HEX triplet: F5, 7C and DB. RGB value is (245,124,219). Sum of RGB (Red+Green+Blue) = 245+124+219=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CDB is #0A8324. Grayscale: #AAAAAA. Windows color (decimal): -688933 or 14384373. OLE color: 14384373.

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

Color convert

RGB 245 124 219 -
CMYK 0 0.49 0.11 0.04
HSL 312.89º 0.86% 0.72% -
HSV(B) 312.89º 0.49% 0.96% -
XYZ 57.65 38.94 71.5 -
YUV 171.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 245 124 219 0 0.49 0.11 0.04 312.89 0.86 0.72
Hex F5 7C DB 0 31 B 4 139 56 48
Octal 365 174 333 0 61 13 4 471 126 110
Binary 11110101 1111100 11011011 0 110001 1011 100 100111001 1010110 1001000

Color Harmonies of #F57CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57CDB

Black with #F57CDB

Text Example


Text Example

White with #F57CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57CDB; }

 p { color: rgb(245,124,219); }

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

background-color css

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

 a { background-color: rgb(245,124,219); }

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

border-color css

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

 span { border-color: rgb(245,124,219); }

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