Html Css Color HEX #F87FE2 Pale Magenta

📋 copy color: '#F87FE2'

red 248 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #F87FE2

Tints of Pale Magenta #F87FE2

RGB

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

 GREEN value IS 127 (50% from 255) = 21.13%

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 41.26%
G = 21.13%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F87FE2 (or 0xF87FE2) is known color: Pale Magenta. HEX triplet: F8, 7F and E2. RGB value is (248,127,226). Sum of RGB (Red+Green+Blue) = 248+127+226=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FE2 is #07801D. Grayscale: #AEAEAE. Windows color (decimal): -491550 or 14843896. OLE color: 14843896.

HSL color Cylindrical-coordinate representation of color #F87FE2: hue angle of 310.91º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FE2 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 226 -
CMYK 0 0.49 0.09 0.03
HSL 310.91º 0.9% 0.74% -
HSV(B) 310.91º 0.49% 0.97% -
XYZ 60.03 40.63 76.63 -
YUV 174.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 248 127 226 0 0.49 0.09 0.03 310.91 0.9 0.74
Hex F8 7F E2 0 31 9 3 137 5A 4A
Octal 370 177 342 0 61 11 3 467 132 112
Binary 11111000 1111111 11100010 0 110001 1001 11 100110111 1011010 1001010

Color Harmonies of #F87FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FE2

Black with #F87FE2

Text Example


Text Example

White with #F87FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FE2; }

 p { color: rgb(248,127,226); }

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

background-color css

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

 a { background-color: rgb(248,127,226); }

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

border-color css

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

 span { border-color: rgb(248,127,226); }

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