Html Css Color HEX #F88CDC Pale Magenta

📋 copy color: '#F88CDC'

red 248 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F88CDC

Tints of Pale Magenta #F88CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.03%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 40.79%
G = 23.03%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F88CDC (or 0xF88CDC) is known color: Pale Magenta. HEX triplet: F8, 8C and DC. RGB value is (248,140,220). Sum of RGB (Red+Green+Blue) = 248+140+220=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CDC is #077323. Grayscale: #B5B5B5. Windows color (decimal): -488228 or 14454008. OLE color: 14454008.

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

Color convert

RGB 248 140 220 -
CMYK 0 0.44 0.11 0.03
HSL 315.56º 0.89% 0.76% -
HSV(B) 315.56º 0.44% 0.97% -
XYZ 61.01 43.88 72.96 -
YUV 181.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 248 140 220 0 0.44 0.11 0.03 315.56 0.89 0.76
Hex F8 8C DC 0 2C B 3 13C 59 4C
Octal 370 214 334 0 54 13 3 474 131 114
Binary 11111000 10001100 11011100 0 101100 1011 11 100111100 1011001 1001100

Color Harmonies of #F88CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CDC

Black with #F88CDC

Text Example


Text Example

White with #F88CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CDC; }

 p { color: rgb(248,140,220); }

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

background-color css

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

 a { background-color: rgb(248,140,220); }

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

border-color css

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

 span { border-color: rgb(248,140,220); }

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