Html Css Color HEX #F895ED Pale Magenta

📋 copy color: '#F895ED'

red 248 ◦ green 149 ◦ blue 237

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

Shades of Pale Magenta #F895ED

Tints of Pale Magenta #F895ED

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.5%

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 39.12%
G = 23.5%
B = 37.38%

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

#F895ED (or 0xF895ED) is known color: Pale Magenta. HEX triplet: F8, 95 and ED. RGB value is (248,149,237). Sum of RGB (Red+Green+Blue) = 248+149+237=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F895ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895ED is #076A12. Grayscale: #BCBCBC. Windows color (decimal): -485907 or 15570424. OLE color: 15570424.

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

Color convert

RGB 248 149 237 -
CMYK 0 0.40 0.04 0.03
HSL 306.67º 0.88% 0.78% -
HSV(B) 306.67º 0.4% 0.97% -
XYZ 64.74 47.57 85.89 -
YUV 188.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 248 149 237 0 0.40 0.04 0.03 306.67 0.88 0.78
Hex F8 95 ED 0 28 4 3 133 58 4E
Octal 370 225 355 0 50 4 3 463 130 116
Binary 11111000 10010101 11101101 0 101000 100 11 100110011 1011000 1001110

Color Harmonies of #F895ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895ED

Black with #F895ED

Text Example


Text Example

White with #F895ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895ED; }

 p { color: rgb(248,149,237); }

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

background-color css

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

 a { background-color: rgb(248,149,237); }

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

border-color css

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

 span { border-color: rgb(248,149,237); }

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