Html Css Color HEX #F58BEA Pale Magenta

📋 copy color: '#F58BEA'

red 245 ◦ green 139 ◦ blue 234

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

Shades of Pale Magenta #F58BEA

Tints of Pale Magenta #F58BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.49%

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

R = 39.64%
G = 22.49%
B = 37.86%

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

#F58BEA (or 0xF58BEA) is known color: Pale Magenta. HEX triplet: F5, 8B and EA. RGB value is (245,139,234). Sum of RGB (Red+Green+Blue) = 245+139+234=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BEA is #0A7415. Grayscale: #B5B5B5. Windows color (decimal): -685078 or 15371253. OLE color: 15371253.

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

Color convert

RGB 245 139 234 -
CMYK 0 0.43 0.04 0.04
HSL 306.23º 0.84% 0.75% -
HSV(B) 306.23º 0.43% 0.96% -
XYZ 61.74 43.82 83.05 -
YUV 181.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 245 139 234 0 0.43 0.04 0.04 306.23 0.84 0.75
Hex F5 8B EA 0 2B 4 4 132 54 4B
Octal 365 213 352 0 53 4 4 462 124 113
Binary 11110101 10001011 11101010 0 101011 100 100 100110010 1010100 1001011

Color Harmonies of #F58BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BEA

Black with #F58BEA

Text Example


Text Example

White with #F58BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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