#FF3CB5

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

Shades of Razzle Dazzle Rose #FF3CB5

Tints of Razzle Dazzle Rose #FF3CB5

Color information

#FF3CB5 (or 0xFF3CB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3C and B5. RGB value is (255,60,181). Sum of RGB (Red+Green+Blue) = 255+60+181=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CB5 is #00C34A. Grayscale: #838383. Windows color (decimal): -49995 or 11877631. OLE color: 11877631.

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

Color convert

RGB25560181-
CMYK00.760.290
HSL322.77º100%61.76%-
HSV(B)322.77º76.47%100%-
XYZ51.227.8346.39-
YUV132.1155.6215.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 60 (23.83% from 255) = 12.10%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=51.41%
G=12.10%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556018100.760.290322.7710061.76
HexFF3CB504C1D0143643e
Octal37774265011435050314476
Binary1111111111110010110101010011001110101010000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3CB5; }

 p { color: rgb(255,60,181); }

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

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

 a { background-color: rgb(255,60,181); }

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

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

 span { border-color: rgb(255,60,181); }

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