Html Css Color HEX #F894EE Pale Magenta

📋 copy color: '#F894EE'

red 248 ◦ green 148 ◦ blue 238

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

Shades of Pale Magenta #F894EE

Tints of Pale Magenta #F894EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.34%

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 39.12%
G = 23.34%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F894EE (or 0xF894EE) is known color: Pale Magenta. HEX triplet: F8, 94 and EE. RGB value is (248,148,238). Sum of RGB (Red+Green+Blue) = 248+148+238=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F894EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F894EE is #076B11. Grayscale: #BBBBBB. Windows color (decimal): -486162 or 15635704. OLE color: 15635704.

HSL color Cylindrical-coordinate representation of color #F894EE: hue angle of 306º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 238 -
CMYK 0 0.40 0.04 0.03
HSL 306º 0.88% 0.78% -
HSV(B) 306º 0.4% 0.97% -
XYZ 64.73 47.31 86.61 -
YUV 188.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 248 148 238 0 0.40 0.04 0.03 306 0.88 0.78
Hex F8 94 EE 0 28 4 3 132 58 4E
Octal 370 224 356 0 50 4 3 462 130 116
Binary 11111000 10010100 11101110 0 101000 100 11 100110010 1011000 1001110

Color Harmonies of #F894EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894EE

Black with #F894EE

Text Example


Text Example

White with #F894EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894EE; }

 p { color: rgb(248,148,238); }

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

background-color css

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

 a { background-color: rgb(248,148,238); }

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

border-color css

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

 span { border-color: rgb(248,148,238); }

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