Html Css Color HEX #F873DA Pale Magenta

📋 copy color: '#F873DA'

red 248 ◦ green 115 ◦ blue 218

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

Shades of Pale Magenta #F873DA

Tints of Pale Magenta #F873DA

RGB

 RED value IS 248 (97.27% from 255) = 42.69%

 GREEN value IS 115 (45.31% from 255) = 19.79%

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

R = 42.69%
G = 19.79%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F873DA (or 0xF873DA) is known color: Pale Magenta. HEX triplet: F8, 73 and DA. RGB value is (248,115,218). Sum of RGB (Red+Green+Blue) = 248+115+218=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F873DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873DA is #078C25. Grayscale: #A6A6A6. Windows color (decimal): -494630 or 14316536. OLE color: 14316536.

HSL color Cylindrical-coordinate representation of color #F873DA: hue angle of 313.53º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873DA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 115 218 -
CMYK 0 0.54 0.12 0.03
HSL 313.53º 0.9% 0.71% -
HSV(B) 313.53º 0.54% 0.97% -
XYZ 57.5 37.28 70.49 -
YUV 166.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 248 115 218 0 0.54 0.12 0.03 313.53 0.9 0.71
Hex F8 73 DA 0 36 C 3 13A 5A 47
Octal 370 163 332 0 66 14 3 472 132 107
Binary 11111000 1110011 11011010 0 110110 1100 11 100111010 1011010 1000111

Color Harmonies of #F873DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873DA

Black with #F873DA

Text Example


Text Example

White with #F873DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873DA; }

 p { color: rgb(248,115,218); }

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

background-color css

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

 a { background-color: rgb(248,115,218); }

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

border-color css

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

 span { border-color: rgb(248,115,218); }

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