Html Css Color HEX #F595EC Pale Magenta

📋 copy color: '#F595EC'

red 245 ◦ green 149 ◦ blue 236

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

Shades of Pale Magenta #F595EC

Tints of Pale Magenta #F595EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.65%

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 38.89%
G = 23.65%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F595EC (or 0xF595EC) is known color: Pale Magenta. HEX triplet: F5, 95 and EC. RGB value is (245,149,236). Sum of RGB (Red+Green+Blue) = 245+149+236=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F595EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595EC is #0A6A13. Grayscale: #BBBBBB. Windows color (decimal): -682516 or 15504885. OLE color: 15504885.

HSL color Cylindrical-coordinate representation of color #F595EC: hue angle of 305.62º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F595EC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 149 236 -
CMYK 0 0.39 0.04 0.04
HSL 305.63º 0.83% 0.77% -
HSV(B) 305.63º 0.39% 0.96% -
XYZ 63.54 46.96 85.07 -
YUV 187.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 245 149 236 0 0.39 0.04 0.04 305.63 0.83 0.77
Hex F5 95 EC 0 27 4 4 132 53 4D
Octal 365 225 354 0 47 4 4 462 123 115
Binary 11110101 10010101 11101100 0 100111 100 100 100110010 1010011 1001101

Color Harmonies of #F595EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595EC

Black with #F595EC

Text Example


Text Example

White with #F595EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595EC; }

 p { color: rgb(245,149,236); }

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

background-color css

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

 a { background-color: rgb(245,149,236); }

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

border-color css

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

 span { border-color: rgb(245,149,236); }

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