Html Css Color HEX #F885DA Pale Magenta

📋 copy color: '#F885DA'

red 248 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #F885DA

Tints of Pale Magenta #F885DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.2%

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

R = 41.4%
G = 22.2%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F885DA (or 0xF885DA) is known color: Pale Magenta. HEX triplet: F8, 85 and DA. RGB value is (248,133,218). Sum of RGB (Red+Green+Blue) = 248+133+218=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DA is #077A25. Grayscale: #B0B0B0. Windows color (decimal): -490022 or 14321144. OLE color: 14321144.

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

Color convert

RGB 248 133 218 -
CMYK 0 0.46 0.12 0.03
HSL 315.65º 0.89% 0.75% -
HSV(B) 315.65º 0.46% 0.97% -
XYZ 59.75 41.79 71.25 -
YUV 177.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 248 133 218 0 0.46 0.12 0.03 315.65 0.89 0.75
Hex F8 85 DA 0 2E C 3 13C 59 4B
Octal 370 205 332 0 56 14 3 474 131 113
Binary 11111000 10000101 11011010 0 101110 1100 11 100111100 1011001 1001011

Color Harmonies of #F885DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885DA

Black with #F885DA

Text Example


Text Example

White with #F885DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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