Html Css Color HEX #F877E7 Pale Magenta

📋 copy color: '#F877E7'

red 248 ◦ green 119 ◦ blue 231

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

Shades of Pale Magenta #F877E7

Tints of Pale Magenta #F877E7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.9%

 BLUE value IS 231 (90.63% from 255) = 38.63%

R = 41.47%
G = 19.9%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F877E7 (or 0xF877E7) is known color: Pale Magenta. HEX triplet: F8, 77 and E7. RGB value is (248,119,231). Sum of RGB (Red+Green+Blue) = 248+119+231=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F877E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F877E7 is #078818. Grayscale: #AAAAAA. Windows color (decimal): -493593 or 15169528. OLE color: 15169528.

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

Color convert

RGB 248 119 231 -
CMYK 0 0.52 0.07 0.03
HSL 307.91º 0.9% 0.72% -
HSV(B) 307.91º 0.52% 0.97% -
XYZ 59.73 38.92 79.97 -
YUV 170.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 248 119 231 0 0.52 0.07 0.03 307.91 0.9 0.72
Hex F8 77 E7 0 34 7 3 134 5A 48
Octal 370 167 347 0 64 7 3 464 132 110
Binary 11111000 1110111 11100111 0 110100 111 11 100110100 1011010 1001000

Color Harmonies of #F877E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877E7

Black with #F877E7

Text Example


Text Example

White with #F877E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877E7; }

 p { color: rgb(248,119,231); }

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

background-color css

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

 a { background-color: rgb(248,119,231); }

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

border-color css

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

 span { border-color: rgb(248,119,231); }

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