Html Css Color HEX #FE0895 Deep Pink

📋 copy color: '#FE0895'

red 254 ◦ green 8 ◦ blue 149

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

Shades of Deep Pink #FE0895

Tints of Deep Pink #FE0895

RGB

 RED value IS 254 (99.61% from 255) = 61.8%

 GREEN value IS 8 (3.52% from 255) = 1.95%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 61.8%
G = 1.95%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE0895 (or 0xFE0895) is known color: Deep Pink. HEX triplet: FE, 08 and 95. RGB value is (254,8,149). Sum of RGB (Red+Green+Blue) = 254+8+149=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0895 is #01F76A. Grayscale: #616161. Windows color (decimal): -128875 or 9767166. OLE color: 9767166.

HSL color Cylindrical-coordinate representation of color #FE0895: hue angle of 325.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0895 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 8 149 -
CMYK 0 0.97 0.41 0.00
HSL 325.61º 0.99% 0.51% -
HSV(B) 325.61º 0.97% 1% -
XYZ 46.38 23.41 30.51 -
YUV 97.63 157 239.54 -
System Red Green Blue C M Y K H S L
Decimal 254 8 149 0 0.97 0.41 0.00 325.61 0.99 0.51
Hex FE 8 95 0 61 29 0 146 63 33
Octal 376 10 225 0 141 51 0 506 143 63
Binary 11111110 1000 10010101 0 1100001 101001 0 101000110 1100011 110011

Color Harmonies of #FE0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0895

Black with #FE0895

Text Example


Text Example

White with #FE0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0895; }

 p { color: rgb(254,8,149); }

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

background-color css

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

 a { background-color: rgb(254,8,149); }

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

border-color css

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

 span { border-color: rgb(254,8,149); }

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