Html Css Color HEX #F873DF Pale Magenta

📋 copy color: '#F873DF'

red 248 ◦ green 115 ◦ blue 223

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

Shades of Pale Magenta #F873DF

Tints of Pale Magenta #F873DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 42.32%
G = 19.62%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F873DF (or 0xF873DF) is known color: Pale Magenta. HEX triplet: F8, 73 and DF. RGB value is (248,115,223). Sum of RGB (Red+Green+Blue) = 248+115+223=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F873DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873DF is #078C20. Grayscale: #A6A6A6. Windows color (decimal): -494625 or 14644216. OLE color: 14644216.

HSL color Cylindrical-coordinate representation of color #F873DF: hue angle of 311.28º 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 #F873DF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 115 223 -
CMYK 0 0.54 0.10 0.03
HSL 311.28º 0.9% 0.71% -
HSV(B) 311.28º 0.54% 0.97% -
XYZ 58.16 37.55 73.99 -
YUV 167.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 248 115 223 0 0.54 0.10 0.03 311.28 0.9 0.71
Hex F8 73 DF 0 36 A 3 137 5A 47
Octal 370 163 337 0 66 12 3 467 132 107
Binary 11111000 1110011 11011111 0 110110 1010 11 100110111 1011010 1000111

Color Harmonies of #F873DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873DF

Black with #F873DF

Text Example


Text Example

White with #F873DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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