#FF40B2

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

Shades of Brilliant Rose #FF40B2

Tints of Brilliant Rose #FF40B2

Color information

#FF40B2 (or 0xFF40B2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 40 and B2. RGB value is (255,64,178). Sum of RGB (Red+Green+Blue) = 255+64+178=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40B2 is #00BF4D. Grayscale: #858585. Windows color (decimal): -48974 or 11682047. OLE color: 11682047.

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

Color convert

RGB25564178-
CMYK00.750.300
HSL324.19º100%62.55%-
HSV(B)324.19º74.9%100%-
XYZ51.1128.1444.86-
YUV134.1152.78214.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 64 (25.39% from 255) = 12.88%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=51.31%
G=12.88%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556417800.750.300324.1910062.55
HexFF40B204B1E0144643f
Octal377100262011336050414477
Binary11111111100000010110010010010111111001010001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40B2; }

 p { color: rgb(255,64,178); }

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

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

 a { background-color: rgb(255,64,178); }

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

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

 span { border-color: rgb(255,64,178); }

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