Html Css Color HEX #F870DF Pale Magenta

📋 copy color: '#F870DF'

red 248 ◦ green 112 ◦ blue 223

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

Shades of Pale Magenta #F870DF

Tints of Pale Magenta #F870DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.21%

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

R = 42.54%
G = 19.21%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F870DF (or 0xF870DF) is known color: Pale Magenta. HEX triplet: F8, 70 and DF. RGB value is (248,112,223). Sum of RGB (Red+Green+Blue) = 248+112+223=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F870DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870DF is #078F20. Grayscale: #A5A5A5. Windows color (decimal): -495393 or 14643448. OLE color: 14643448.

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

Color convert

RGB 248 112 223 -
CMYK 0 0.55 0.10 0.03
HSL 311.03º 0.91% 0.71% -
HSV(B) 311.03º 0.55% 0.97% -
XYZ 57.82 36.87 73.88 -
YUV 165.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 248 112 223 0 0.55 0.10 0.03 311.03 0.91 0.71
Hex F8 70 DF 0 37 A 3 137 5B 47
Octal 370 160 337 0 67 12 3 467 133 107
Binary 11111000 1110000 11011111 0 110111 1010 11 100110111 1011011 1000111

Color Harmonies of #F870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870DF

Black with #F870DF

Text Example


Text Example

White with #F870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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