Html Css Color HEX #F87FDA Pale Magenta

📋 copy color: '#F87FDA'

red 248 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #F87FDA

Tints of Pale Magenta #F87FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.42%

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

R = 41.82%
G = 21.42%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F87FDA (or 0xF87FDA) is known color: Pale Magenta. HEX triplet: F8, 7F and DA. RGB value is (248,127,218). Sum of RGB (Red+Green+Blue) = 248+127+218=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FDA is #078025. Grayscale: #ADADAD. Windows color (decimal): -491558 or 14319608. OLE color: 14319608.

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

Color convert

RGB 248 127 218 -
CMYK 0 0.49 0.12 0.03
HSL 314.88º 0.9% 0.74% -
HSV(B) 314.88º 0.49% 0.97% -
XYZ 58.96 40.2 70.98 -
YUV 173.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 248 127 218 0 0.49 0.12 0.03 314.88 0.9 0.74
Hex F8 7F DA 0 31 C 3 13B 5A 4A
Octal 370 177 332 0 61 14 3 473 132 112
Binary 11111000 1111111 11011010 0 110001 1100 11 100111011 1011010 1001010

Color Harmonies of #F87FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FDA

Black with #F87FDA

Text Example


Text Example

White with #F87FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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