Html Css Color HEX #F88FE0 Pale Magenta

📋 copy color: '#F88FE0'

red 248 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #F88FE0

Tints of Pale Magenta #F88FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.25%

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 40.33%
G = 23.25%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F88FE0 (or 0xF88FE0) is known color: Pale Magenta. HEX triplet: F8, 8F and E0. RGB value is (248,143,224). Sum of RGB (Red+Green+Blue) = 248+143+224=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 143 (56.25% from 255 or 23.25% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FE0 is #07701F. Grayscale: #B7B7B7. Windows color (decimal): -487456 or 14716920. OLE color: 14716920.

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

Color convert

RGB 248 143 224 -
CMYK 0 0.42 0.10 0.03
HSL 313.71º 0.88% 0.77% -
HSV(B) 313.71º 0.42% 0.97% -
XYZ 61.99 44.98 75.94 -
YUV 183.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 248 143 224 0 0.42 0.10 0.03 313.71 0.88 0.77
Hex F8 8F E0 0 2A A 3 13A 58 4D
Octal 370 217 340 0 52 12 3 472 130 115
Binary 11111000 10001111 11100000 0 101010 1010 11 100111010 1011000 1001101

Color Harmonies of #F88FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88FE0

Black with #F88FE0

Text Example


Text Example

White with #F88FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88FE0; }

 p { color: rgb(248,143,224); }

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

background-color css

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

 a { background-color: rgb(248,143,224); }

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

border-color css

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

 span { border-color: rgb(248,143,224); }

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