Html Css Color HEX #F88DEA Pale Magenta

📋 copy color: '#F88DEA'

red 248 ◦ green 141 ◦ blue 234

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

Shades of Pale Magenta #F88DEA

Tints of Pale Magenta #F88DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.63%

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 39.81%
G = 22.63%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F88DEA (or 0xF88DEA) is known color: Pale Magenta. HEX triplet: F8, 8D and EA. RGB value is (248,141,234). Sum of RGB (Red+Green+Blue) = 248+141+234=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DEA is #077215. Grayscale: #B7B7B7. Windows color (decimal): -487958 or 15371768. OLE color: 15371768.

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

Color convert

RGB 248 141 234 -
CMYK 0 0.43 0.06 0.03
HSL 307.85º 0.88% 0.76% -
HSV(B) 307.85º 0.43% 0.97% -
XYZ 63.09 44.95 83.19 -
YUV 183.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 248 141 234 0 0.43 0.06 0.03 307.85 0.88 0.76
Hex F8 8D EA 0 2B 6 3 134 58 4C
Octal 370 215 352 0 53 6 3 464 130 114
Binary 11111000 10001101 11101010 0 101011 110 11 100110100 1011000 1001100

Color Harmonies of #F88DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88DEA

Black with #F88DEA

Text Example


Text Example

White with #F88DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88DEA; }

 p { color: rgb(248,141,234); }

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

background-color css

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

 a { background-color: rgb(248,141,234); }

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

border-color css

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

 span { border-color: rgb(248,141,234); }

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