Html Css Color HEX #F878DA Pale Magenta

📋 copy color: '#F878DA'

red 248 ◦ green 120 ◦ blue 218

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

Shades of Pale Magenta #F878DA

Tints of Pale Magenta #F878DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.48%

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

R = 42.32%
G = 20.48%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F878DA (or 0xF878DA) is known color: Pale Magenta. HEX triplet: F8, 78 and DA. RGB value is (248,120,218). Sum of RGB (Red+Green+Blue) = 248+120+218=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F878DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878DA is #078725. Grayscale: #A9A9A9. Windows color (decimal): -493350 or 14317816. OLE color: 14317816.

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

Color convert

RGB 248 120 218 -
CMYK 0 0.52 0.12 0.03
HSL 314.06º 0.9% 0.72% -
HSV(B) 314.06º 0.52% 0.97% -
XYZ 58.08 38.45 70.69 -
YUV 169.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 248 120 218 0 0.52 0.12 0.03 314.06 0.9 0.72
Hex F8 78 DA 0 34 C 3 13A 5A 48
Octal 370 170 332 0 64 14 3 472 132 110
Binary 11111000 1111000 11011010 0 110100 1100 11 100111010 1011010 1001000

Color Harmonies of #F878DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F878DA

Black with #F878DA

Text Example


Text Example

White with #F878DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F878DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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