Html Css Color HEX #F58CE9 Pale Magenta

📋 copy color: '#F58CE9'

red 245 ◦ green 140 ◦ blue 233

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

Shades of Pale Magenta #F58CE9

Tints of Pale Magenta #F58CE9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.65%

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 39.64%
G = 22.65%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F58CE9 (or 0xF58CE9) is known color: Pale Magenta. HEX triplet: F5, 8C and E9. RGB value is (245,140,233). Sum of RGB (Red+Green+Blue) = 245+140+233=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CE9 is #0A7316. Grayscale: #B5B5B5. Windows color (decimal): -684823 or 15305973. OLE color: 15305973.

HSL color Cylindrical-coordinate representation of color #F58CE9: hue angle of 306.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CE9 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 140 233 -
CMYK 0 0.43 0.05 0.04
HSL 306.86º 0.84% 0.75% -
HSV(B) 306.86º 0.43% 0.96% -
XYZ 61.74 44.05 82.34 -
YUV 182 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 245 140 233 0 0.43 0.05 0.04 306.86 0.84 0.75
Hex F5 8C E9 0 2B 5 4 133 54 4B
Octal 365 214 351 0 53 5 4 463 124 113
Binary 11110101 10001100 11101001 0 101011 101 100 100110011 1010100 1001011

Color Harmonies of #F58CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CE9

Black with #F58CE9

Text Example


Text Example

White with #F58CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CE9; }

 p { color: rgb(245,140,233); }

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

background-color css

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

 a { background-color: rgb(245,140,233); }

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

border-color css

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

 span { border-color: rgb(245,140,233); }

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