Html Css Color HEX #F56CE5 Pale Magenta

📋 copy color: '#F56CE5'

red 245 ◦ green 108 ◦ blue 229

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

Shades of Pale Magenta #F56CE5

Tints of Pale Magenta #F56CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.56%

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 42.1%
G = 18.56%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F56CE5 (or 0xF56CE5) is known color: Pale Magenta. HEX triplet: F5, 6C and E5. RGB value is (245,108,229). Sum of RGB (Red+Green+Blue) = 245+108+229=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CE5 is #0A931A. Grayscale: #A2A2A2. Windows color (decimal): -693019 or 15035637. OLE color: 15035637.

HSL color Cylindrical-coordinate representation of color #F56CE5: hue angle of 307.01º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56CE5 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 108 229 -
CMYK 0 0.56 0.07 0.04
HSL 307.01º 0.87% 0.69% -
HSV(B) 307.01º 0.56% 0.96% -
XYZ 57.16 35.79 78.03 -
YUV 162.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 245 108 229 0 0.56 0.07 0.04 307.01 0.87 0.69
Hex F5 6C E5 0 38 7 4 133 57 45
Octal 365 154 345 0 70 7 4 463 127 105
Binary 11110101 1101100 11100101 0 111000 111 100 100110011 1010111 1000101

Color Harmonies of #F56CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56CE5

Black with #F56CE5

Text Example


Text Example

White with #F56CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56CE5; }

 p { color: rgb(245,108,229); }

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

background-color css

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

 a { background-color: rgb(245,108,229); }

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

border-color css

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

 span { border-color: rgb(245,108,229); }

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