Html Css Color HEX #F58CDE Pale Magenta

📋 copy color: '#F58CDE'

red 245 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #F58CDE

Tints of Pale Magenta #F58CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.57%

R = 40.36%
G = 23.06%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F58CDE (or 0xF58CDE) is known color: Pale Magenta. HEX triplet: F5, 8C and DE. RGB value is (245,140,222). Sum of RGB (Red+Green+Blue) = 245+140+222=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CDE is #0A7321. Grayscale: #B4B4B4. Windows color (decimal): -684834 or 14585077. OLE color: 14585077.

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

Color convert

RGB 245 140 222 -
CMYK 0 0.43 0.09 0.04
HSL 313.14º 0.84% 0.75% -
HSV(B) 313.14º 0.43% 0.96% -
XYZ 60.22 43.44 74.32 -
YUV 180.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 245 140 222 0 0.43 0.09 0.04 313.14 0.84 0.75
Hex F5 8C DE 0 2B 9 4 139 54 4B
Octal 365 214 336 0 53 11 4 471 124 113
Binary 11110101 10001100 11011110 0 101011 1001 100 100111001 1010100 1001011

Color Harmonies of #F58CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58CDE

Black with #F58CDE

Text Example


Text Example

White with #F58CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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