Html Css Color HEX #F592EA Pale Magenta

📋 copy color: '#F592EA'

red 245 ◦ green 146 ◦ blue 234

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

Shades of Pale Magenta #F592EA

Tints of Pale Magenta #F592EA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.36%

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

R = 39.2%
G = 23.36%
B = 37.44%

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

#F592EA (or 0xF592EA) is known color: Pale Magenta. HEX triplet: F5, 92 and EA. RGB value is (245,146,234). Sum of RGB (Red+Green+Blue) = 245+146+234=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F592EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592EA is #0A6D15. Grayscale: #B9B9B9. Windows color (decimal): -683286 or 15373045. OLE color: 15373045.

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

Color convert

RGB 245 146 234 -
CMYK 0 0.40 0.04 0.04
HSL 306.67º 0.83% 0.77% -
HSV(B) 306.67º 0.4% 0.96% -
XYZ 62.79 45.91 83.39 -
YUV 185.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 245 146 234 0 0.40 0.04 0.04 306.67 0.83 0.77
Hex F5 92 EA 0 28 4 4 133 53 4D
Octal 365 222 352 0 50 4 4 463 123 115
Binary 11110101 10010010 11101010 0 101000 100 100 100110011 1010011 1001101

Color Harmonies of #F592EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F592EA

Black with #F592EA

Text Example


Text Example

White with #F592EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F592EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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