#ff3acc

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

Shades of Razzle Dazzle Rose #FF3ACC

Tints of Razzle Dazzle Rose #FF3ACC

Color information

#FF3ACC (or 0xFF3ACC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3A and CC. RGB value is (255,58,204). Sum of RGB (Red+Green+Blue) = 255+58+204=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3ACC is #00C533. Grayscale: #858585. Windows color (decimal): -50484 or 13384447. OLE color: 13384447.

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

Color convert

RGB25558204-
CMYK00.770.20
HSL315.53º100%61.37%-
HSV(B)315.53º77.25%100%-
XYZ53.6528.6559.83-
YUV133.55167.77214.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 58 (23.05% from 255) = 11.22%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=49.32%
G=11.22%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555820400.770.20315.5310061.37
HexFF3ACC04D14013c643d
Octal37772314011524047414475
Binary1111111111101011001100010011011010001001111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3acc; }

 p { color: rgb(255,58,204); }

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

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

 a { background-color: rgb(255,58,204); }

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

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

 span { border-color: rgb(255,58,204); }

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