Html Css Color HEX #F885E7 Pale Magenta

📋 copy color: '#F885E7'

red 248 ◦ green 133 ◦ blue 231

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

Shades of Pale Magenta #F885E7

Tints of Pale Magenta #F885E7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.73%

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

R = 40.52%
G = 21.73%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F885E7 (or 0xF885E7) is known color: Pale Magenta. HEX triplet: F8, 85 and E7. RGB value is (248,133,231). Sum of RGB (Red+Green+Blue) = 248+133+231=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F885E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885E7 is #077A18. Grayscale: #B2B2B2. Windows color (decimal): -490009 or 15173112. OLE color: 15173112.

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

Color convert

RGB 248 133 231 -
CMYK 0 0.46 0.07 0.03
HSL 308.87º 0.89% 0.75% -
HSV(B) 308.87º 0.46% 0.97% -
XYZ 61.52 42.5 80.56 -
YUV 178.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 248 133 231 0 0.46 0.07 0.03 308.87 0.89 0.75
Hex F8 85 E7 0 2E 7 3 135 59 4B
Octal 370 205 347 0 56 7 3 465 131 113
Binary 11111000 10000101 11100111 0 101110 111 11 100110101 1011001 1001011

Color Harmonies of #F885E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885E7

Black with #F885E7

Text Example


Text Example

White with #F885E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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