Html Css Color HEX #F58CEA Pale Magenta

📋 copy color: '#F58CEA'

red 245 ◦ green 140 ◦ blue 234

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

Shades of Pale Magenta #F58CEA

Tints of Pale Magenta #F58CEA

RGB

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

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

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

R = 39.58%
G = 22.62%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F58CEA (or 0xF58CEA) is known color: Pale Magenta. HEX triplet: F5, 8C and EA. RGB value is (245,140,234). Sum of RGB (Red+Green+Blue) = 245+140+234=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CEA is #0A7315. Grayscale: #B5B5B5. Windows color (decimal): -684822 or 15371509. OLE color: 15371509.

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

Color convert

RGB 245 140 234 -
CMYK 0 0.43 0.04 0.04
HSL 306.29º 0.84% 0.75% -
HSV(B) 306.29º 0.43% 0.96% -
XYZ 61.89 44.11 83.09 -
YUV 182.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 245 140 234 0 0.43 0.04 0.04 306.29 0.84 0.75
Hex F5 8C EA 0 2B 4 4 132 54 4B
Octal 365 214 352 0 53 4 4 462 124 113
Binary 11110101 10001100 11101010 0 101011 100 100 100110010 1010100 1001011

Color Harmonies of #F58CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CEA

Black with #F58CEA

Text Example


Text Example

White with #F58CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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