Html Css Color HEX #F885EA Pale Magenta

📋 copy color: '#F885EA'

red 248 ◦ green 133 ◦ blue 234

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

Shades of Pale Magenta #F885EA

Tints of Pale Magenta #F885EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 40.33%
G = 21.63%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F885EA (or 0xF885EA) is known color: Pale Magenta. HEX triplet: F8, 85 and EA. RGB value is (248,133,234). Sum of RGB (Red+Green+Blue) = 248+133+234=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F885EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885EA is #077A15. Grayscale: #B2B2B2. Windows color (decimal): -490006 or 15369720. OLE color: 15369720.

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

Color convert

RGB 248 133 234 -
CMYK 0 0.46 0.06 0.03
HSL 307.3º 0.89% 0.75% -
HSV(B) 307.3º 0.46% 0.97% -
XYZ 61.95 42.67 82.81 -
YUV 178.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 248 133 234 0 0.46 0.06 0.03 307.3 0.89 0.75
Hex F8 85 EA 0 2E 6 3 133 59 4B
Octal 370 205 352 0 56 6 3 463 131 113
Binary 11111000 10000101 11101010 0 101110 110 11 100110011 1011001 1001011

Color Harmonies of #F885EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885EA

Black with #F885EA

Text Example


Text Example

White with #F885EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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