#FF6296

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

Shades of Brilliant Rose #FF6296

Tints of Brilliant Rose #FF6296

Color information

#FF6296 (or 0xFF6296) is unknown color: approx Brilliant Rose. HEX triplet: FF, 62 and 96. RGB value is (255,98,150). Sum of RGB (Red+Green+Blue) = 255+98+150=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6296 is #009D69. Grayscale: #969696. Windows color (decimal): -40298 or 9855743. OLE color: 9855743.

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

Color convert

RGB25598150-
CMYK00.620.410
HSL340.13º100%69.22%-
HSV(B)340.13º61.57%100%-
XYZ51.1132.232.37-
YUV150.87127.51202.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=50.70%
G=19.48%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559815000.620.410340.1310069.22
HexFF629603E2901546445
Octal377142226076510524144105
Binary111111111100010100101100111110101001010101010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6296; }

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

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

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

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

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

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

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

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