#FF40B3

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

Shades of Brilliant Rose #FF40B3

Tints of Brilliant Rose #FF40B3

Color information

#FF40B3 (or 0xFF40B3) is unknown color: approx Brilliant Rose. HEX triplet: FF, 40 and B3. RGB value is (255,64,179). Sum of RGB (Red+Green+Blue) = 255+64+179=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40B3 is #00BF4C. Grayscale: #858585. Windows color (decimal): -48973 or 11747583. OLE color: 11747583.

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

Color convert

RGB25564179-
CMYK00.750.300
HSL323.87º100%62.55%-
HSV(B)323.87º74.9%100%-
XYZ51.2128.1845.39-
YUV134.22153.28214.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 64 (25.39% from 255) = 12.85%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=51.20%
G=12.85%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556417900.750.300323.8710062.55
HexFF40B304B1E0144643f
Octal377100263011336050414477
Binary11111111100000010110011010010111111001010001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40B3; }

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

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

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

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

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

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

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

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