Html Css Color HEX #F594ED Pale Magenta

📋 copy color: '#F594ED'

red 245 ◦ green 148 ◦ blue 237

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

Shades of Pale Magenta #F594ED

Tints of Pale Magenta #F594ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.49%

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 38.89%
G = 23.49%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F594ED (or 0xF594ED) is known color: Pale Magenta. HEX triplet: F5, 94 and ED. RGB value is (245,148,237). Sum of RGB (Red+Green+Blue) = 245+148+237=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F594ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594ED is #0A6B12. Grayscale: #BABABA. Windows color (decimal): -682771 or 15570165. OLE color: 15570165.

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

Color convert

RGB 245 148 237 -
CMYK 0 0.40 0.03 0.04
HSL 304.95º 0.83% 0.77% -
HSV(B) 304.95º 0.4% 0.96% -
XYZ 63.53 46.71 85.79 -
YUV 187.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 245 148 237 0 0.40 0.03 0.04 304.95 0.83 0.77
Hex F5 94 ED 0 28 3 4 131 53 4D
Octal 365 224 355 0 50 3 4 461 123 115
Binary 11110101 10010100 11101101 0 101000 11 100 100110001 1010011 1001101

Color Harmonies of #F594ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F594ED

Black with #F594ED

Text Example


Text Example

White with #F594ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F594ED; }

 p { color: rgb(245,148,237); }

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

background-color css

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

 a { background-color: rgb(245,148,237); }

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

border-color css

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

 span { border-color: rgb(245,148,237); }

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