#FF5196

Color #FF5196 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF5196

Tints of Brilliant Rose #FF5196

Color information

#FF5196 (or 0xFF5196) is unknown color: approx Brilliant Rose. HEX triplet: FF, 51 and 96. RGB value is (255,81,150). Sum of RGB (Red+Green+Blue) = 255+81+150=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5196 is #00AE69. Grayscale: #8C8C8C. Windows color (decimal): -44650 or 9851391. OLE color: 9851391.

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

Color convert

RGB25581150-
CMYK00.680.410
HSL336.21º100%65.88%-
HSV(B)336.21º68.24%100%-
XYZ49.6929.3531.9-
YUV140.89133.15209.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 81 (32.03% from 255) = 16.67%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=52.47%
G=16.67%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558115000.680.410336.2110065.88
HexFF51960442901506442
Octal3771212260104510520144102
Binary1111111110100011001011001000100101001010101000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5196; }

 p { color: rgb(255,81,150); }

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

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

 a { background-color: rgb(255,81,150); }

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

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

 span { border-color: rgb(255,81,150); }

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