Html Css Color HEX #F883DF Pale Magenta

📋 copy color: '#F883DF'

red 248 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #F883DF

Tints of Pale Magenta #F883DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.76%

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

R = 41.2%
G = 21.76%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F883DF (or 0xF883DF) is known color: Pale Magenta. HEX triplet: F8, 83 and DF. RGB value is (248,131,223). Sum of RGB (Red+Green+Blue) = 248+131+223=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F883DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883DF is #077C20. Grayscale: #B0B0B0. Windows color (decimal): -490529 or 14648312. OLE color: 14648312.

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

Color convert

RGB 248 131 223 -
CMYK 0 0.47 0.10 0.03
HSL 312.82º 0.89% 0.74% -
HSV(B) 312.82º 0.47% 0.97% -
XYZ 60.15 41.52 74.66 -
YUV 176.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 248 131 223 0 0.47 0.10 0.03 312.82 0.89 0.74
Hex F8 83 DF 0 2F A 3 139 59 4A
Octal 370 203 337 0 57 12 3 471 131 112
Binary 11111000 10000011 11011111 0 101111 1010 11 100111001 1011001 1001010

Color Harmonies of #F883DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883DF

Black with #F883DF

Text Example


Text Example

White with #F883DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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