Html Css Color HEX #FF0895 Deep Pink

📋 copy color: '#FF0895'

red 255 ◦ green 8 ◦ blue 149

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

Shades of Deep Pink #FF0895

Tints of Deep Pink #FF0895

RGB

 RED value IS 255 (100% from 255) = 61.89%

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

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

R = 61.89%
G = 1.94%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF0895 (or 0xFF0895) is known color: Deep Pink. HEX triplet: FF, 08 and 95. RGB value is (255,8,149). Sum of RGB (Red+Green+Blue) = 255+8+149=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0895 is #00F76A. Grayscale: #616161. Windows color (decimal): -63339 or 9767167. OLE color: 9767167.

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

Color convert

RGB 255 8 149 -
CMYK 0 0.97 0.42 0
HSL 325.75º 1% 0.52% -
HSV(B) 325.75º 0.97% 1% -
XYZ 46.75 23.6 30.53 -
YUV 97.93 156.83 240.04 -
System Red Green Blue C M Y K H S L
Decimal 255 8 149 0 0.97 0.42 0 325.75 1 0.52
Hex FF 8 95 0 61 2A 0 146 64 34
Octal 377 10 225 0 141 52 0 506 144 64
Binary 11111111 1000 10010101 0 1100001 101010 0 101000110 1100100 110100

Color Harmonies of #FF0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0895

Black with #FF0895

Text Example


Text Example

White with #FF0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0895; }

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

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

background-color css

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

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

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

border-color css

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

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

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