#FF40B4

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

Shades of Brilliant Rose #FF40B4

Tints of Brilliant Rose #FF40B4

Color information

#FF40B4 (or 0xFF40B4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 40 and B4. RGB value is (255,64,180). Sum of RGB (Red+Green+Blue) = 255+64+180=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40B4 is #00BF4B. Grayscale: #868686. Windows color (decimal): -48972 or 11813119. OLE color: 11813119.

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

Color convert

RGB25564180-
CMYK00.750.290
HSL323.56º100%62.55%-
HSV(B)323.56º74.9%100%-
XYZ51.3128.2245.92-
YUV134.33153.78214.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 64 (25.39% from 255) = 12.83%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=51.10%
G=12.83%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556418000.750.290323.5610062.55
HexFF40B404B1D0144643f
Octal377100264011335050414477
Binary11111111100000010110100010010111110101010001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40B4; }

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

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

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

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

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

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

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

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