#ff4895

Color #FF4895 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FF4895

Tints of Violet Red #FF4895

Color information

#FF4895 (or 0xFF4895) is unknown color: approx Violet Red. HEX triplet: FF, 48 and 95. RGB value is (255,72,149). Sum of RGB (Red+Green+Blue) = 255+72+149=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4895 is #00B76A. Grayscale: #878787. Windows color (decimal): -46955 or 9783551. OLE color: 9783551.

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

Color convert

RGB25572149-
CMYK00.720.420
HSL334.75º100%64.12%-
HSV(B)334.75º71.76%100%-
XYZ48.9828.0631.27-
YUV135.49135.63213.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 72 (28.52% from 255) = 15.13%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=53.57%
G=15.13%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557214900.720.420334.7510064.12
HexFF48950482A014f6440
Octal3771102250110520517144100
Binary1111111110010001001010101001000101010010100111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4895; }

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

 H1.HeaderClassName
 {
   color: #ff4895;
 }
 .AnyTagClassName
 {
   color: #ff4895;
 }
</style>
background-color css

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

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

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

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

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

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