Html Css Color HEX #F88CDA Pale Magenta

📋 copy color: '#F88CDA'

red 248 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #F88CDA

Tints of Pale Magenta #F88CDA

RGB

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

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

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

R = 40.92%
G = 23.1%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F88CDA (or 0xF88CDA) is known color: Pale Magenta. HEX triplet: F8, 8C and DA. RGB value is (248,140,218). Sum of RGB (Red+Green+Blue) = 248+140+218=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CDA is #077325. Grayscale: #B4B4B4. Windows color (decimal): -488230 or 14322936. OLE color: 14322936.

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

Color convert

RGB 248 140 218 -
CMYK 0 0.44 0.12 0.03
HSL 316.67º 0.89% 0.76% -
HSV(B) 316.67º 0.44% 0.97% -
XYZ 60.74 43.77 71.58 -
YUV 181.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 248 140 218 0 0.44 0.12 0.03 316.67 0.89 0.76
Hex F8 8C DA 0 2C C 3 13D 59 4C
Octal 370 214 332 0 54 14 3 475 131 114
Binary 11111000 10001100 11011010 0 101100 1100 11 100111101 1011001 1001100

Color Harmonies of #F88CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CDA

Black with #F88CDA

Text Example


Text Example

White with #F88CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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