#FF3CBB

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

Shades of Razzle Dazzle Rose #FF3CBB

Tints of Razzle Dazzle Rose #FF3CBB

Color information

#FF3CBB (or 0xFF3CBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3C and BB. RGB value is (255,60,187). Sum of RGB (Red+Green+Blue) = 255+60+187=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CBB is #00C344. Grayscale: #848484. Windows color (decimal): -49989 or 12270847. OLE color: 12270847.

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

Color convert

RGB25560187-
CMYK00.760.270
HSL320.92º100%61.76%-
HSV(B)320.92º76.47%100%-
XYZ51.8328.0849.7-
YUV132.78158.6215.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 60 (23.83% from 255) = 11.95%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=50.80%
G=11.95%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556018700.760.270320.9210061.76
HexFF3CBB04C1B0141643e
Octal37774273011433050114476
Binary1111111111110010111011010011001101101010000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3CBB; }

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

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

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

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

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

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

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

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