Html Css Color HEX #F871DA Pale Magenta

📋 copy color: '#F871DA'

red 248 ◦ green 113 ◦ blue 218

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

Shades of Pale Magenta #F871DA

Tints of Pale Magenta #F871DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.52%

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

R = 42.83%
G = 19.52%
B = 37.65%

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

#F871DA (or 0xF871DA) is known color: Pale Magenta. HEX triplet: F8, 71 and DA. RGB value is (248,113,218). Sum of RGB (Red+Green+Blue) = 248+113+218=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F871DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871DA is #078E25. Grayscale: #A5A5A5. Windows color (decimal): -495142 or 14316024. OLE color: 14316024.

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

Color convert

RGB 248 113 218 -
CMYK 0 0.54 0.12 0.03
HSL 313.33º 0.91% 0.71% -
HSV(B) 313.33º 0.54% 0.97% -
XYZ 57.27 36.83 70.42 -
YUV 165.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 248 113 218 0 0.54 0.12 0.03 313.33 0.91 0.71
Hex F8 71 DA 0 36 C 3 139 5B 47
Octal 370 161 332 0 66 14 3 471 133 107
Binary 11111000 1110001 11011010 0 110110 1100 11 100111001 1011011 1000111

Color Harmonies of #F871DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F871DA

Black with #F871DA

Text Example


Text Example

White with #F871DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F871DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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