Html Css Color HEX #F892E5 Pale Magenta

📋 copy color: '#F892E5'

red 248 ◦ green 146 ◦ blue 229

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

Shades of Pale Magenta #F892E5

Tints of Pale Magenta #F892E5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.43%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 39.81%
G = 23.43%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F892E5 (or 0xF892E5) is known color: Pale Magenta. HEX triplet: F8, 92 and E5. RGB value is (248,146,229). Sum of RGB (Red+Green+Blue) = 248+146+229=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F892E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892E5 is #076D1A. Grayscale: #B9B9B9. Windows color (decimal): -486683 or 15045368. OLE color: 15045368.

HSL color Cylindrical-coordinate representation of color #F892E5: hue angle of 311.18º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892E5 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 229 -
CMYK 0 0.41 0.08 0.03
HSL 311.18º 0.88% 0.77% -
HSV(B) 311.18º 0.41% 0.97% -
XYZ 63.13 46.17 79.71 -
YUV 185.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 248 146 229 0 0.41 0.08 0.03 311.18 0.88 0.77
Hex F8 92 E5 0 29 8 3 137 58 4D
Octal 370 222 345 0 51 10 3 467 130 115
Binary 11111000 10010010 11100101 0 101001 1000 11 100110111 1011000 1001101

Color Harmonies of #F892E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F892E5

Black with #F892E5

Text Example


Text Example

White with #F892E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F892E5; }

 p { color: rgb(248,146,229); }

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

background-color css

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

 a { background-color: rgb(248,146,229); }

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

border-color css

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

 span { border-color: rgb(248,146,229); }

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