#FF40BE

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

Shades of Razzle Dazzle Rose #FF40BE

Tints of Razzle Dazzle Rose #FF40BE

Color information

#FF40BE (or 0xFF40BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and BE. RGB value is (255,64,190). Sum of RGB (Red+Green+Blue) = 255+64+190=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40BE is #00BF41. Grayscale: #878787. Windows color (decimal): -48962 or 12468479. OLE color: 12468479.

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

Color convert

RGB25564190-
CMYK00.750.250
HSL320.42º100%62.55%-
HSV(B)320.42º74.9%100%-
XYZ52.3728.6451.48-
YUV135.47158.78213.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 64 (25.39% from 255) = 12.57%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=50.10%
G=12.57%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556419000.750.250320.4210062.55
HexFF40BE04B190140643f
Octal377100276011331050014477
Binary11111111100000010111110010010111100101010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40BE; }

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

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

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

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

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

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

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

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