Html Css Color HEX #F877DF Pale Magenta

📋 copy color: '#F877DF'

red 248 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #F877DF

Tints of Pale Magenta #F877DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 42.03%
G = 20.17%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F877DF (or 0xF877DF) is known color: Pale Magenta. HEX triplet: F8, 77 and DF. RGB value is (248,119,223). Sum of RGB (Red+Green+Blue) = 248+119+223=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F877DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877DF is #078820. Grayscale: #A9A9A9. Windows color (decimal): -493601 or 14645240. OLE color: 14645240.

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

Color convert

RGB 248 119 223 -
CMYK 0 0.52 0.10 0.03
HSL 311.63º 0.9% 0.72% -
HSV(B) 311.63º 0.52% 0.97% -
XYZ 58.63 38.48 74.15 -
YUV 169.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 248 119 223 0 0.52 0.10 0.03 311.63 0.9 0.72
Hex F8 77 DF 0 34 A 3 138 5A 48
Octal 370 167 337 0 64 12 3 470 132 110
Binary 11111000 1110111 11011111 0 110100 1010 11 100111000 1011010 1001000

Color Harmonies of #F877DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877DF

Black with #F877DF

Text Example


Text Example

White with #F877DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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