Html Css Color HEX #F58FDA Pale Magenta

📋 copy color: '#F58FDA'

red 245 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #F58FDA

Tints of Pale Magenta #F58FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.6%

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 40.43%
G = 23.6%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F58FDA (or 0xF58FDA) is known color: Pale Magenta. HEX triplet: F5, 8F and DA. RGB value is (245,143,218). Sum of RGB (Red+Green+Blue) = 245+143+218=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FDA is #0A7025. Grayscale: #B5B5B5. Windows color (decimal): -684070 or 14323701. OLE color: 14323701.

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

Color convert

RGB 245 143 218 -
CMYK 0 0.42 0.11 0.04
HSL 315.88º 0.84% 0.76% -
HSV(B) 315.88º 0.42% 0.96% -
XYZ 60.13 44.12 71.68 -
YUV 182.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 245 143 218 0 0.42 0.11 0.04 315.88 0.84 0.76
Hex F5 8F DA 0 2A B 4 13C 54 4C
Octal 365 217 332 0 52 13 4 474 124 114
Binary 11110101 10001111 11011010 0 101010 1011 100 100111100 1010100 1001100

Color Harmonies of #F58FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58FDA

Black with #F58FDA

Text Example


Text Example

White with #F58FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58FDA; }

 p { color: rgb(245,143,218); }

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

background-color css

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

 a { background-color: rgb(245,143,218); }

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

border-color css

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

 span { border-color: rgb(245,143,218); }

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