Html Css Color HEX #F88CDF Pale Magenta

📋 copy color: '#F88CDF'

red 248 ◦ green 140 ◦ blue 223

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

Shades of Pale Magenta #F88CDF

Tints of Pale Magenta #F88CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 40.59%
G = 22.91%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F88CDF (or 0xF88CDF) is known color: Pale Magenta. HEX triplet: F8, 8C and DF. RGB value is (248,140,223). Sum of RGB (Red+Green+Blue) = 248+140+223=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CDF is #077320. Grayscale: #B5B5B5. Windows color (decimal): -488225 or 14650616. OLE color: 14650616.

HSL color Cylindrical-coordinate representation of color #F88CDF: hue angle of 313.89º 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 #F88CDF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 140 223 -
CMYK 0 0.44 0.10 0.03
HSL 313.89º 0.89% 0.76% -
HSV(B) 313.89º 0.44% 0.97% -
XYZ 61.41 44.04 75.08 -
YUV 181.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 248 140 223 0 0.44 0.10 0.03 313.89 0.89 0.76
Hex F8 8C DF 0 2C A 3 13A 59 4C
Octal 370 214 337 0 54 12 3 472 131 114
Binary 11111000 10001100 11011111 0 101100 1010 11 100111010 1011001 1001100

Color Harmonies of #F88CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CDF

Black with #F88CDF

Text Example


Text Example

White with #F88CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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