#FF3CCA

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

Shades of Razzle Dazzle Rose #FF3CCA

Tints of Razzle Dazzle Rose #FF3CCA

Color information

#FF3CCA (or 0xFF3CCA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3C and CA. RGB value is (255,60,202). Sum of RGB (Red+Green+Blue) = 255+60+202=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CCA is #00C335. Grayscale: #868686. Windows color (decimal): -49974 or 13253887. OLE color: 13253887.

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

Color convert

RGB25560202-
CMYK00.760.210
HSL316.31º100%61.76%-
HSV(B)316.31º76.47%100%-
XYZ53.5228.7658.61-
YUV134.49166.1213.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 60 (23.83% from 255) = 11.61%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=49.32%
G=11.61%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556020200.760.210316.3110061.76
HexFF3CCA04C15013c643e
Octal37774312011425047414476
Binary1111111111110011001010010011001010101001111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3CCA; }

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

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

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

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

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

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

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

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