Html Css Color HEX #F877E8 Pale Magenta

📋 copy color: '#F877E8'

red 248 ◦ green 119 ◦ blue 232

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

Shades of Pale Magenta #F877E8

Tints of Pale Magenta #F877E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.73%

R = 41.4%
G = 19.87%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F877E8 (or 0xF877E8) is known color: Pale Magenta. HEX triplet: F8, 77 and E8. RGB value is (248,119,232). Sum of RGB (Red+Green+Blue) = 248+119+232=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F877E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F877E8 is #078817. Grayscale: #AAAAAA. Windows color (decimal): -493592 or 15235064. OLE color: 15235064.

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

Color convert

RGB 248 119 232 -
CMYK 0 0.52 0.06 0.03
HSL 307.44º 0.9% 0.72% -
HSV(B) 307.44º 0.52% 0.97% -
XYZ 59.87 38.98 80.71 -
YUV 170.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 248 119 232 0 0.52 0.06 0.03 307.44 0.9 0.72
Hex F8 77 E8 0 34 6 3 133 5A 48
Octal 370 167 350 0 64 6 3 463 132 110
Binary 11111000 1110111 11101000 0 110100 110 11 100110011 1011010 1001000

Color Harmonies of #F877E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877E8

Black with #F877E8

Text Example


Text Example

White with #F877E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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