#FF40BB

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

Shades of Razzle Dazzle Rose #FF40BB

Tints of Razzle Dazzle Rose #FF40BB

Color information

#FF40BB (or 0xFF40BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and BB. RGB value is (255,64,187). Sum of RGB (Red+Green+Blue) = 255+64+187=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40BB is #00BF44. Grayscale: #868686. Windows color (decimal): -48965 or 12271871. OLE color: 12271871.

HSL color Cylindrical-coordinate representation of color #FF40BB: hue angle of 321.36º 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 #FF40BB is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25564187-
CMYK00.750.270
HSL321.36º100%62.55%-
HSV(B)321.36º74.9%100%-
XYZ52.0428.5149.77-
YUV135.13157.28213.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 64 (25.39% from 255) = 12.65%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=50.40%
G=12.65%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556418700.750.270321.3610062.55
HexFF40BB04B1B0141643f
Octal377100273011333050114477
Binary11111111100000010111011010010111101101010000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40BB; }

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

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

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

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

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

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

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

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