Html Css Color HEX #F594EA Pale Magenta

📋 copy color: '#F594EA'

red 245 ◦ green 148 ◦ blue 234

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

Shades of Pale Magenta #F594EA

Tints of Pale Magenta #F594EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.32%

R = 39.07%
G = 23.6%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F594EA (or 0xF594EA) is known color: Pale Magenta. HEX triplet: F5, 94 and EA. RGB value is (245,148,234). Sum of RGB (Red+Green+Blue) = 245+148+234=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F594EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594EA is #0A6B15. Grayscale: #BABABA. Windows color (decimal): -682774 or 15373557. OLE color: 15373557.

HSL color Cylindrical-coordinate representation of color #F594EA: hue angle of 306.8º 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 #F594EA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 234 -
CMYK 0 0.40 0.04 0.04
HSL 306.8º 0.83% 0.77% -
HSV(B) 306.8º 0.4% 0.96% -
XYZ 63.1 46.53 83.5 -
YUV 186.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 245 148 234 0 0.40 0.04 0.04 306.8 0.83 0.77
Hex F5 94 EA 0 28 4 4 133 53 4D
Octal 365 224 352 0 50 4 4 463 123 115
Binary 11110101 10010100 11101010 0 101000 100 100 100110011 1010011 1001101

Color Harmonies of #F594EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F594EA

Black with #F594EA

Text Example


Text Example

White with #F594EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F594EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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